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.v3beta1.OutputAudioConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OutputAudioConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public OutputAudioConfig build()
Returns
buildPartial()
public OutputAudioConfig buildPartial()
Returns
clear()
public OutputAudioConfig.Builder clear()
Returns
Overrides
clearAudioEncoding()
public OutputAudioConfig.Builder clearAudioEncoding()
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3beta1.OutputAudioEncoding audio_encoding = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearField(Descriptors.FieldDescriptor field)
public OutputAudioConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public OutputAudioConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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;
Returns
clearSynthesizeSpeechConfig()
public OutputAudioConfig.Builder clearSynthesizeSpeechConfig()
Optional. Configuration of how speech should be synthesized.
.google.cloud.dialogflow.cx.v3beta1.SynthesizeSpeechConfig synthesize_speech_config = 3;
Returns
clone()
public OutputAudioConfig.Builder clone()
Returns
Overrides
getAudioEncoding()
public OutputAudioEncoding getAudioEncoding()
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3beta1.OutputAudioEncoding audio_encoding = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getAudioEncodingValue()
public int getAudioEncodingValue()
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3beta1.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()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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.
.google.cloud.dialogflow.cx.v3beta1.SynthesizeSpeechConfig synthesize_speech_config = 3;
Returns
getSynthesizeSpeechConfigBuilder()
public SynthesizeSpeechConfig.Builder getSynthesizeSpeechConfigBuilder()
Optional. Configuration of how speech should be synthesized.
.google.cloud.dialogflow.cx.v3beta1.SynthesizeSpeechConfig synthesize_speech_config = 3;
Returns
getSynthesizeSpeechConfigOrBuilder()
public SynthesizeSpeechConfigOrBuilder getSynthesizeSpeechConfigOrBuilder()
Optional. Configuration of how speech should be synthesized.
.google.cloud.dialogflow.cx.v3beta1.SynthesizeSpeechConfig synthesize_speech_config = 3;
Returns
hasSynthesizeSpeechConfig()
public boolean hasSynthesizeSpeechConfig()
Optional. Configuration of how speech should be synthesized.
.google.cloud.dialogflow.cx.v3beta1.SynthesizeSpeechConfig synthesize_speech_config = 3;
Returns
Type |
Description |
boolean |
Whether the synthesizeSpeechConfig field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(OutputAudioConfig other)
public OutputAudioConfig.Builder mergeFrom(OutputAudioConfig other)
Parameter
Returns
public OutputAudioConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public OutputAudioConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
public OutputAudioConfig.Builder mergeSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
Optional. Configuration of how speech should be synthesized.
.google.cloud.dialogflow.cx.v3beta1.SynthesizeSpeechConfig synthesize_speech_config = 3;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OutputAudioConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setAudioEncoding(OutputAudioEncoding value)
public OutputAudioConfig.Builder setAudioEncoding(OutputAudioEncoding value)
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3beta1.OutputAudioEncoding audio_encoding = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setAudioEncodingValue(int value)
public OutputAudioConfig.Builder setAudioEncodingValue(int value)
Required. Audio encoding of the synthesized audio content.
.google.cloud.dialogflow.cx.v3beta1.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.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public OutputAudioConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OutputAudioConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
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.
|
Returns
setSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
public OutputAudioConfig.Builder setSynthesizeSpeechConfig(SynthesizeSpeechConfig value)
Optional. Configuration of how speech should be synthesized.
.google.cloud.dialogflow.cx.v3beta1.SynthesizeSpeechConfig synthesize_speech_config = 3;
Parameter
Returns
setSynthesizeSpeechConfig(SynthesizeSpeechConfig.Builder builderForValue)
public OutputAudioConfig.Builder setSynthesizeSpeechConfig(SynthesizeSpeechConfig.Builder builderForValue)
Optional. Configuration of how speech should be synthesized.
.google.cloud.dialogflow.cx.v3beta1.SynthesizeSpeechConfig synthesize_speech_config = 3;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final OutputAudioConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides