Uses of Class
com.google.cloud.speech.v1p1beta1.SpeechAdaptation
-
Packages that use SpeechAdaptation Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of SpeechAdaptation in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return SpeechAdaptation Modifier and Type Method Description SpeechAdaptation
SpeechAdaptation.Builder. build()
SpeechAdaptation
SpeechAdaptation.Builder. buildPartial()
SpeechAdaptation
RecognitionConfig.Builder. getAdaptation()
Speech adaptation configuration improves the accuracy of speech recognition.SpeechAdaptation
RecognitionConfig. getAdaptation()
Speech adaptation configuration improves the accuracy of speech recognition.SpeechAdaptation
RecognitionConfigOrBuilder. getAdaptation()
Speech adaptation configuration improves the accuracy of speech recognition.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.v1p1beta1 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.v1p1beta1 with parameters of type SpeechAdaptation Modifier and Type Method Description RecognitionConfig.Builder
RecognitionConfig.Builder. mergeAdaptation(SpeechAdaptation value)
Speech adaptation configuration improves the accuracy of speech recognition.SpeechAdaptation.Builder
SpeechAdaptation.Builder. mergeFrom(SpeechAdaptation other)
static SpeechAdaptation.Builder
SpeechAdaptation. newBuilder(SpeechAdaptation prototype)
RecognitionConfig.Builder
RecognitionConfig.Builder. setAdaptation(SpeechAdaptation value)
Speech adaptation configuration improves the accuracy of speech recognition.
-