| Modifier and Type | Method and Description |
|---|---|
InputAudioConfig |
InputAudioConfig.Builder.build() |
InputAudioConfig |
InputAudioConfig.Builder.buildPartial() |
InputAudioConfig |
QueryInputOrBuilder.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.
|
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 |
|---|---|
QueryInput.Builder |
QueryInput.Builder.mergeAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfig.Builder |
InputAudioConfig.Builder.mergeFrom(InputAudioConfig other) |
static InputAudioConfig.Builder |
InputAudioConfig.newBuilder(InputAudioConfig prototype) |
QueryInput.Builder |
QueryInput.Builder.setAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.
|
Copyright © 2019 Google LLC. All rights reserved.