Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
InputAudioConfig |
InputAudioConfig.Builder.build() |
InputAudioConfig |
InputAudioConfig.Builder.buildPartial() |
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 |
StreamingAnalyzeContentRequestOrBuilder.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,
ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(byte[] data) |
static InputAudioConfig |
InputAudioConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(ByteBuffer data) |
static InputAudioConfig |
InputAudioConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(ByteString data) |
static InputAudioConfig |
InputAudioConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(CodedInputStream input) |
static InputAudioConfig |
InputAudioConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static InputAudioConfig |
InputAudioConfig.parseFrom(InputStream input) |
static InputAudioConfig |
InputAudioConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<InputAudioConfig> |
InputAudioConfig.getParserForType() |
static 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 © 2022 Google LLC. All rights reserved.