public static final class OutputAudioConfig.Builder extends GeneratedMessageV3.Builder<OutputAudioConfig.Builder> implements OutputAudioConfigOrBuilder
Instructs the speech synthesizer how to generate the output audio content.
Protobuf type google.cloud.dialogflow.cx.v3.OutputAudioConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OutputAudioConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public OutputAudioConfig build()
buildPartial()
public OutputAudioConfig buildPartial()
clear()
public OutputAudioConfig.Builder clear()
Overrides
clearAudioEncoding()
public OutputAudioConfig.Builder clearAudioEncoding()
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3.OutputAudioEncoding audio_encoding = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public OutputAudioConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public OutputAudioConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSampleRateHertz()
public OutputAudioConfig.Builder clearSampleRateHertz()
Optional. The synthesis sample rate (in hertz) for this audio. If not
provided, then the synthesizer will use the default sample rate based on
the audio encoding. If this is different from the voice's natural sample
rate, then the synthesizer will honor this request by converting to the
desired sample rate (which might result in worse audio quality).
int32 sample_rate_hertz = 2;
clearSynthesizeSpeechConfig()
public OutputAudioConfig.Builder clearSynthesizeSpeechConfig()
Optional. Configuration of how speech should be synthesized.
If not specified,
Agent.text_to_speech_settings
is applied.
.google.cloud.dialogflow.cx.v3.SynthesizeSpeechConfig synthesize_speech_config = 3;
clone()
public OutputAudioConfig.Builder clone()
Overrides
getAudioEncoding()
public OutputAudioEncoding getAudioEncoding()
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3.OutputAudioEncoding audio_encoding = 1 [(.google.api.field_behavior) = REQUIRED];
getAudioEncodingValue()
public int getAudioEncodingValue()
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3.OutputAudioEncoding audio_encoding = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for audioEncoding.
|
getDefaultInstanceForType()
public OutputAudioConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSampleRateHertz()
public int getSampleRateHertz()
Optional. The synthesis sample rate (in hertz) for this audio. If not
provided, then the synthesizer will use the default sample rate based on
the audio encoding. If this is different from the voice's natural sample
rate, then the synthesizer will honor this request by converting to the
desired sample rate (which might result in worse audio quality).
int32 sample_rate_hertz = 2;
Returns |
Type |
Description |
int |
The sampleRateHertz.
|
getSynthesizeSpeechConfig()
public SynthesizeSpeechConfig getSynthesizeSpeechConfig()
Optional. Configuration of how speech should be synthesized.
If not specified,
Agent.text_to_speech_settings
is applied.
.google.cloud.dialogflow.cx.v3.SynthesizeSpeechConfig synthesize_speech_config = 3;
getSynthesizeSpeechConfigBuilder()
public SynthesizeSpeechConfig.Builder getSynthesizeSpeechConfigBuilder()
Optional. Configuration of how speech should be synthesized.
If not specified,
Agent.text_to_speech_settings
is applied.
.google.cloud.dialogflow.cx.v3.SynthesizeSpeechConfig synthesize_speech_config = 3;
getSynthesizeSpeechConfigOrBuilder()
public SynthesizeSpeechConfigOrBuilder getSynthesizeSpeechConfigOrBuilder()
Optional. Configuration of how speech should be synthesized.
If not specified,
Agent.text_to_speech_settings
is applied.
.google.cloud.dialogflow.cx.v3.SynthesizeSpeechConfig synthesize_speech_config = 3;
hasSynthesizeSpeechConfig()
public boolean hasSynthesizeSpeechConfig()
Optional. Configuration of how speech should be synthesized.
If not specified,
Agent.text_to_speech_settings
is applied.
.google.cloud.dialogflow.cx.v3.SynthesizeSpeechConfig synthesize_speech_config = 3;
Returns |
Type |
Description |
boolean |
Whether the synthesizeSpeechConfig field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(OutputAudioConfig other)
public OutputAudioConfig.Builder mergeFrom(OutputAudioConfig other)
public OutputAudioConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public OutputAudioConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
public OutputAudioConfig.Builder mergeSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
Optional. Configuration of how speech should be synthesized.
If not specified,
Agent.text_to_speech_settings
is applied.
.google.cloud.dialogflow.cx.v3.SynthesizeSpeechConfig synthesize_speech_config = 3;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OutputAudioConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAudioEncoding(OutputAudioEncoding value)
public OutputAudioConfig.Builder setAudioEncoding(OutputAudioEncoding value)
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3.OutputAudioEncoding audio_encoding = 1 [(.google.api.field_behavior) = REQUIRED];
setAudioEncodingValue(int value)
public OutputAudioConfig.Builder setAudioEncodingValue(int value)
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3.OutputAudioEncoding audio_encoding = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for audioEncoding to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public OutputAudioConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OutputAudioConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSampleRateHertz(int value)
public OutputAudioConfig.Builder setSampleRateHertz(int value)
Optional. The synthesis sample rate (in hertz) for this audio. If not
provided, then the synthesizer will use the default sample rate based on
the audio encoding. If this is different from the voice's natural sample
rate, then the synthesizer will honor this request by converting to the
desired sample rate (which might result in worse audio quality).
int32 sample_rate_hertz = 2;
Parameter |
Name |
Description |
value |
int
The sampleRateHertz to set.
|
setSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
public OutputAudioConfig.Builder setSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
Optional. Configuration of how speech should be synthesized.
If not specified,
Agent.text_to_speech_settings
is applied.
.google.cloud.dialogflow.cx.v3.SynthesizeSpeechConfig synthesize_speech_config = 3;
setSynthesizeSpeechConfig(SynthesizeSpeechConfig.Builder builderForValue)
public OutputAudioConfig.Builder setSynthesizeSpeechConfig(SynthesizeSpeechConfig.Builder builderForValue)
Optional. Configuration of how speech should be synthesized.
If not specified,
Agent.text_to_speech_settings
is applied.
.google.cloud.dialogflow.cx.v3.SynthesizeSpeechConfig synthesize_speech_config = 3;
setUnknownFields(UnknownFieldSet unknownFields)
public final OutputAudioConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides