| Modifier and Type | Method and Description |
|---|---|
SpeechAdaptation |
SpeechAdaptation.Builder.build() |
SpeechAdaptation |
SpeechAdaptation.Builder.buildPartial() |
SpeechAdaptation |
RecognitionConfigOrBuilder.getAdaptation()
Speech adaptation configuration improves the accuracy of speech
recognition.
|
SpeechAdaptation |
RecognitionConfig.getAdaptation()
Speech adaptation configuration improves the accuracy of speech
recognition.
|
SpeechAdaptation |
RecognitionConfig.Builder.getAdaptation()
Speech adaptation configuration improves the accuracy of speech
recognition.
|
static SpeechAdaptation |
SpeechAdaptation.getDefaultInstance() |
SpeechAdaptation |
SpeechAdaptation.getDefaultInstanceForType() |
SpeechAdaptation |
SpeechAdaptation.Builder.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(ByteBuffer data) |
static SpeechAdaptation |
SpeechAdaptation.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SpeechAdaptation> |
SpeechAdaptation.getParserForType() |
static com.google.protobuf.Parser<SpeechAdaptation> |
SpeechAdaptation.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.