Uses of Class
com.google.cloud.speech.v2.SpeechAdaptation
-
Packages that use SpeechAdaptation Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of SpeechAdaptation in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return SpeechAdaptation Modifier and Type Method Description SpeechAdaptation
SpeechAdaptation.Builder. build()
SpeechAdaptation
SpeechAdaptation.Builder. buildPartial()
SpeechAdaptation
RecognitionConfig.Builder. getAdaptation()
Speech adaptation context that weights recognizer predictions for specific words and phrases.SpeechAdaptation
RecognitionConfig. getAdaptation()
Speech adaptation context that weights recognizer predictions for specific words and phrases.SpeechAdaptation
RecognitionConfigOrBuilder. getAdaptation()
Speech adaptation context that weights recognizer predictions for specific words and phrases.static SpeechAdaptation
SpeechAdaptation. getDefaultInstance()
SpeechAdaptation
SpeechAdaptation.Builder. getDefaultInstanceForType()
SpeechAdaptation
SpeechAdaptation. getDefaultInstanceForType()
static SpeechAdaptation
SpeechAdaptation. parseDelimitedFrom(InputStream input)
static SpeechAdaptation
SpeechAdaptation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechAdaptation
SpeechAdaptation. parseFrom(byte[] data)
static SpeechAdaptation
SpeechAdaptation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechAdaptation
SpeechAdaptation. parseFrom(com.google.protobuf.ByteString data)
static SpeechAdaptation
SpeechAdaptation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechAdaptation
SpeechAdaptation. parseFrom(com.google.protobuf.CodedInputStream input)
static SpeechAdaptation
SpeechAdaptation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechAdaptation
SpeechAdaptation. parseFrom(InputStream input)
static SpeechAdaptation
SpeechAdaptation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechAdaptation
SpeechAdaptation. parseFrom(ByteBuffer data)
static SpeechAdaptation
SpeechAdaptation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v2 that return types with arguments of type SpeechAdaptation Modifier and Type Method Description com.google.protobuf.Parser<SpeechAdaptation>
SpeechAdaptation. getParserForType()
static com.google.protobuf.Parser<SpeechAdaptation>
SpeechAdaptation. parser()
Methods in com.google.cloud.speech.v2 with parameters of type SpeechAdaptation Modifier and Type Method Description RecognitionConfig.Builder
RecognitionConfig.Builder. mergeAdaptation(SpeechAdaptation value)
Speech adaptation context that weights recognizer predictions for specific words and phrases.SpeechAdaptation.Builder
SpeechAdaptation.Builder. mergeFrom(SpeechAdaptation other)
static SpeechAdaptation.Builder
SpeechAdaptation. newBuilder(SpeechAdaptation prototype)
RecognitionConfig.Builder
RecognitionConfig.Builder. setAdaptation(SpeechAdaptation value)
Speech adaptation context that weights recognizer predictions for specific words and phrases.
-