Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
OutputAudioConfig |
OutputAudioConfig.Builder.build() |
OutputAudioConfig |
OutputAudioConfig.Builder.buildPartial() |
OutputAudioConfig |
OutputAudioOrBuilder.getConfig()
Instructs the speech synthesizer how to generate the speech
audio.
|
OutputAudioConfig |
OutputAudio.getConfig()
Instructs the speech synthesizer how to generate the speech
audio.
|
OutputAudioConfig |
OutputAudio.Builder.getConfig()
Instructs the speech synthesizer how to generate the speech
audio.
|
static OutputAudioConfig |
OutputAudioConfig.getDefaultInstance() |
OutputAudioConfig |
OutputAudioConfig.getDefaultInstanceForType() |
OutputAudioConfig |
OutputAudioConfig.Builder.getDefaultInstanceForType() |
OutputAudioConfig |
DetectIntentRequestOrBuilder.getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output
audio.
|
OutputAudioConfig |
DetectIntentResponseOrBuilder.getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.
|
OutputAudioConfig |
DetectIntentResponse.getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.
|
OutputAudioConfig |
DetectIntentResponse.Builder.getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.
|
OutputAudioConfig |
StreamingDetectIntentRequestOrBuilder.getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output
audio.
|
OutputAudioConfig |
DetectIntentRequest.getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output
audio.
|
OutputAudioConfig |
DetectIntentRequest.Builder.getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output
audio.
|
OutputAudioConfig |
StreamingDetectIntentResponseOrBuilder.getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.
|
OutputAudioConfig |
StreamingDetectIntentResponse.getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.
|
OutputAudioConfig |
StreamingDetectIntentResponse.Builder.getOutputAudioConfig()
The config used by the speech synthesizer to generate the output audio.
|
OutputAudioConfig |
StreamingDetectIntentRequest.getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output
audio.
|
OutputAudioConfig |
StreamingDetectIntentRequest.Builder.getOutputAudioConfig()
Instructs the speech synthesizer how to generate the output
audio.
|
OutputAudioConfig |
AnalyzeContentRequest.getReplyAudioConfig()
Speech synthesis configuration.
|
OutputAudioConfig |
AnalyzeContentRequest.Builder.getReplyAudioConfig()
Speech synthesis configuration.
|
OutputAudioConfig |
AnalyzeContentRequestOrBuilder.getReplyAudioConfig()
Speech synthesis configuration.
|
static OutputAudioConfig |
OutputAudioConfig.parseDelimitedFrom(InputStream input) |
static OutputAudioConfig |
OutputAudioConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(byte[] data) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(ByteBuffer data) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(ByteString data) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(CodedInputStream input) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(InputStream input) |
static OutputAudioConfig |
OutputAudioConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<OutputAudioConfig> |
OutputAudioConfig.getParserForType() |
static Parser<OutputAudioConfig> |
OutputAudioConfig.parser() |
Modifier and Type | Method and Description |
---|---|
OutputAudio.Builder |
OutputAudio.Builder.mergeConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the speech
audio.
|
OutputAudioConfig.Builder |
OutputAudioConfig.Builder.mergeFrom(OutputAudioConfig other) |
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentRequest.Builder |
DetectIntentRequest.Builder.mergeOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the output
audio.
|
StreamingDetectIntentResponse.Builder |
StreamingDetectIntentResponse.Builder.mergeOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.
|
StreamingDetectIntentRequest.Builder |
StreamingDetectIntentRequest.Builder.mergeOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the output
audio.
|
AnalyzeContentRequest.Builder |
AnalyzeContentRequest.Builder.mergeReplyAudioConfig(OutputAudioConfig value)
Speech synthesis configuration.
|
static OutputAudioConfig.Builder |
OutputAudioConfig.newBuilder(OutputAudioConfig prototype) |
OutputAudio.Builder |
OutputAudio.Builder.setConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the speech
audio.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.
|
DetectIntentRequest.Builder |
DetectIntentRequest.Builder.setOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the output
audio.
|
StreamingDetectIntentResponse.Builder |
StreamingDetectIntentResponse.Builder.setOutputAudioConfig(OutputAudioConfig value)
The config used by the speech synthesizer to generate the output audio.
|
StreamingDetectIntentRequest.Builder |
StreamingDetectIntentRequest.Builder.setOutputAudioConfig(OutputAudioConfig value)
Instructs the speech synthesizer how to generate the output
audio.
|
AnalyzeContentRequest.Builder |
AnalyzeContentRequest.Builder.setReplyAudioConfig(OutputAudioConfig value)
Speech synthesis configuration.
|
Copyright © 2022 Google LLC. All rights reserved.