| Modifier and Type | Method and Description |
|---|---|
InputAudioConfig |
InputAudioConfig.Builder.build() |
InputAudioConfig |
InputAudioConfig.Builder.buildPartial() |
InputAudioConfig |
StreamingAnalyzeContentRequestOrBuilder.getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfig |
StreamingAnalyzeContentRequest.getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfig |
StreamingAnalyzeContentRequest.Builder.getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfig |
QueryInput.getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfig |
QueryInput.Builder.getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfig |
QueryInputOrBuilder.getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfig |
AudioInput.getConfig()
Required.
|
InputAudioConfig |
AudioInput.Builder.getConfig()
Required.
|
InputAudioConfig |
AudioInputOrBuilder.getConfig()
Required.
|
static InputAudioConfig |
InputAudioConfig.getDefaultInstance() |
InputAudioConfig |
InputAudioConfig.getDefaultInstanceForType() |
InputAudioConfig |
InputAudioConfig.Builder.getDefaultInstanceForType() |
static InputAudioConfig |
InputAudioConfig.parseDelimitedFrom(InputStream input) |
static InputAudioConfig |
InputAudioConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(byte[] data) |
static InputAudioConfig |
InputAudioConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(ByteBuffer data) |
static InputAudioConfig |
InputAudioConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(com.google.protobuf.ByteString data) |
static InputAudioConfig |
InputAudioConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static InputAudioConfig |
InputAudioConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(InputStream input) |
static InputAudioConfig |
InputAudioConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InputAudioConfig> |
InputAudioConfig.getParserForType() |
static com.google.protobuf.Parser<InputAudioConfig> |
InputAudioConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
StreamingAnalyzeContentRequest.Builder |
StreamingAnalyzeContentRequest.Builder.mergeAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.
|
QueryInput.Builder |
QueryInput.Builder.mergeAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.
|
AudioInput.Builder |
AudioInput.Builder.mergeConfig(InputAudioConfig value)
Required.
|
InputAudioConfig.Builder |
InputAudioConfig.Builder.mergeFrom(InputAudioConfig other) |
static InputAudioConfig.Builder |
InputAudioConfig.newBuilder(InputAudioConfig prototype) |
StreamingAnalyzeContentRequest.Builder |
StreamingAnalyzeContentRequest.Builder.setAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.
|
QueryInput.Builder |
QueryInput.Builder.setAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.
|
AudioInput.Builder |
AudioInput.Builder.setConfig(InputAudioConfig value)
Required.
|
Copyright © 2023 Google LLC. All rights reserved.