Uses of Class
com.google.cloud.speech.v1beta1.SpeechContext
-
Packages that use SpeechContext Package Description com.google.cloud.speech.v1beta1 -
-
Uses of SpeechContext in com.google.cloud.speech.v1beta1
Methods in com.google.cloud.speech.v1beta1 that return SpeechContext Modifier and Type Method Description SpeechContext
SpeechContext.Builder. build()
SpeechContext
SpeechContext.Builder. buildPartial()
static SpeechContext
SpeechContext. getDefaultInstance()
SpeechContext
SpeechContext.Builder. getDefaultInstanceForType()
SpeechContext
SpeechContext. getDefaultInstanceForType()
SpeechContext
RecognitionConfig.Builder. getSpeechContext()
*Optional* A means to provide context to assist the speech recognition.SpeechContext
RecognitionConfig. getSpeechContext()
*Optional* A means to provide context to assist the speech recognition.SpeechContext
RecognitionConfigOrBuilder. getSpeechContext()
*Optional* A means to provide context to assist the speech recognition.static SpeechContext
SpeechContext. parseDelimitedFrom(InputStream input)
static SpeechContext
SpeechContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechContext
SpeechContext. parseFrom(byte[] data)
static SpeechContext
SpeechContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechContext
SpeechContext. parseFrom(com.google.protobuf.ByteString data)
static SpeechContext
SpeechContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechContext
SpeechContext. parseFrom(com.google.protobuf.CodedInputStream input)
static SpeechContext
SpeechContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechContext
SpeechContext. parseFrom(InputStream input)
static SpeechContext
SpeechContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechContext
SpeechContext. parseFrom(ByteBuffer data)
static SpeechContext
SpeechContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v1beta1 that return types with arguments of type SpeechContext Modifier and Type Method Description com.google.protobuf.Parser<SpeechContext>
SpeechContext. getParserForType()
static com.google.protobuf.Parser<SpeechContext>
SpeechContext. parser()
Methods in com.google.cloud.speech.v1beta1 with parameters of type SpeechContext Modifier and Type Method Description SpeechContext.Builder
SpeechContext.Builder. mergeFrom(SpeechContext other)
RecognitionConfig.Builder
RecognitionConfig.Builder. mergeSpeechContext(SpeechContext value)
*Optional* A means to provide context to assist the speech recognition.static SpeechContext.Builder
SpeechContext. newBuilder(SpeechContext prototype)
RecognitionConfig.Builder
RecognitionConfig.Builder. setSpeechContext(SpeechContext value)
*Optional* A means to provide context to assist the speech recognition.
-