| Modifier and Type | Method and Description |
|---|---|
SpeechToTextConfig |
SpeechToTextConfig.Builder.build() |
SpeechToTextConfig |
SpeechToTextConfig.Builder.buildPartial() |
static SpeechToTextConfig |
SpeechToTextConfig.getDefaultInstance() |
SpeechToTextConfig |
SpeechToTextConfig.getDefaultInstanceForType() |
SpeechToTextConfig |
SpeechToTextConfig.Builder.getDefaultInstanceForType() |
SpeechToTextConfig |
ConversationProfile.getSttConfig()
Settings for speech transcription.
|
SpeechToTextConfig |
ConversationProfile.Builder.getSttConfig()
Settings for speech transcription.
|
SpeechToTextConfig |
ConversationProfileOrBuilder.getSttConfig()
Settings for speech transcription.
|
static SpeechToTextConfig |
SpeechToTextConfig.parseDelimitedFrom(InputStream input) |
static SpeechToTextConfig |
SpeechToTextConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(byte[] data) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(ByteBuffer data) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(com.google.protobuf.ByteString data) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(InputStream input) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SpeechToTextConfig> |
SpeechToTextConfig.getParserForType() |
static com.google.protobuf.Parser<SpeechToTextConfig> |
SpeechToTextConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
SpeechToTextConfig.Builder |
SpeechToTextConfig.Builder.mergeFrom(SpeechToTextConfig other) |
ConversationProfile.Builder |
ConversationProfile.Builder.mergeSttConfig(SpeechToTextConfig value)
Settings for speech transcription.
|
static SpeechToTextConfig.Builder |
SpeechToTextConfig.newBuilder(SpeechToTextConfig prototype) |
ConversationProfile.Builder |
ConversationProfile.Builder.setSttConfig(SpeechToTextConfig value)
Settings for speech transcription.
|
Copyright © 2023 Google LLC. All rights reserved.