Send feedback
Class ExplicitDecodingConfig.Builder (4.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.12.0 keyboard_arrow_down
public static final class ExplicitDecodingConfig . Builder extends GeneratedMessageV3 . Builder<ExplicitDecodingConfig . Builder > implements ExplicitDecodingConfigOrBuilder
Explicitly specified decoding parameters.
Protobuf type google.cloud.speech.v2.ExplicitDecodingConfig
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 ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExplicitDecodingConfig . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ExplicitDecodingConfig build ()
buildPartial()
public ExplicitDecodingConfig buildPartial ()
clear()
public ExplicitDecodingConfig . Builder clear ()
Overrides
clearAudioChannelCount()
public ExplicitDecodingConfig . Builder clearAudioChannelCount ()
Number of channels present in the audio data sent for recognition.
Supported for the following encodings:
LINEAR16: Headerless 16-bit signed little-endian PCM samples.
MULAW: Headerless 8-bit companded mulaw samples.
ALAW: Headerless 8-bit companded alaw samples.
The maximum allowed value is 8.
int32 audio_channel_count = 3;
clearEncoding()
public ExplicitDecodingConfig . Builder clearEncoding ()
Required. Encoding of the audio data sent for recognition.
.google.cloud.speech.v2.ExplicitDecodingConfig.AudioEncoding encoding = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public ExplicitDecodingConfig . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExplicitDecodingConfig . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSampleRateHertz()
public ExplicitDecodingConfig . Builder clearSampleRateHertz ()
Sample rate in Hertz of the audio data sent for recognition. Valid
values are: 8000-48000. 16000 is optimal. For best results, set the
sampling rate of the audio source to 16000 Hz. If that's not possible, use
the native sample rate of the audio source (instead of re-sampling).
Supported for the following encodings:
LINEAR16: Headerless 16-bit signed little-endian PCM samples.
MULAW: Headerless 8-bit companded mulaw samples.
ALAW: Headerless 8-bit companded alaw samples.
int32 sample_rate_hertz = 2;
clone()
public ExplicitDecodingConfig . Builder clone ()
Overrides
getAudioChannelCount()
public int getAudioChannelCount ()
Number of channels present in the audio data sent for recognition.
Supported for the following encodings:
LINEAR16: Headerless 16-bit signed little-endian PCM samples.
MULAW: Headerless 8-bit companded mulaw samples.
ALAW: Headerless 8-bit companded alaw samples.
The maximum allowed value is 8.
int32 audio_channel_count = 3;
Returns Type Description int
The audioChannelCount.
getDefaultInstanceForType()
public ExplicitDecodingConfig getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getEncoding()
public ExplicitDecodingConfig . AudioEncoding getEncoding ()
Required. Encoding of the audio data sent for recognition.
.google.cloud.speech.v2.ExplicitDecodingConfig.AudioEncoding encoding = 1 [(.google.api.field_behavior) = REQUIRED];
getEncodingValue()
public int getEncodingValue ()
Required. Encoding of the audio data sent for recognition.
.google.cloud.speech.v2.ExplicitDecodingConfig.AudioEncoding encoding = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description int
The enum numeric value on the wire for encoding.
getSampleRateHertz()
public int getSampleRateHertz ()
Sample rate in Hertz of the audio data sent for recognition. Valid
values are: 8000-48000. 16000 is optimal. For best results, set the
sampling rate of the audio source to 16000 Hz. If that's not possible, use
the native sample rate of the audio source (instead of re-sampling).
Supported for the following encodings:
LINEAR16: Headerless 16-bit signed little-endian PCM samples.
MULAW: Headerless 8-bit companded mulaw samples.
ALAW: Headerless 8-bit companded alaw samples.
int32 sample_rate_hertz = 2;
Returns Type Description int
The sampleRateHertz.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ExplicitDecodingConfig other)
public ExplicitDecodingConfig . Builder mergeFrom ( ExplicitDecodingConfig other )
public ExplicitDecodingConfig . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ExplicitDecodingConfig . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExplicitDecodingConfig . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setAudioChannelCount(int value)
public ExplicitDecodingConfig . Builder setAudioChannelCount ( int value )
Number of channels present in the audio data sent for recognition.
Supported for the following encodings:
LINEAR16: Headerless 16-bit signed little-endian PCM samples.
MULAW: Headerless 8-bit companded mulaw samples.
ALAW: Headerless 8-bit companded alaw samples.
The maximum allowed value is 8.
int32 audio_channel_count = 3;
Parameter Name Description value
int
The audioChannelCount to set.
setEncoding(ExplicitDecodingConfig.AudioEncoding value)
public ExplicitDecodingConfig . Builder setEncoding ( ExplicitDecodingConfig . AudioEncoding value )
Required. Encoding of the audio data sent for recognition.
.google.cloud.speech.v2.ExplicitDecodingConfig.AudioEncoding encoding = 1 [(.google.api.field_behavior) = REQUIRED];
setEncodingValue(int value)
public ExplicitDecodingConfig . Builder setEncodingValue ( int value )
Required. Encoding of the audio data sent for recognition.
.google.cloud.speech.v2.ExplicitDecodingConfig.AudioEncoding encoding = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
int
The enum numeric value on the wire for encoding to set.
setField(Descriptors.FieldDescriptor field, Object value)
public ExplicitDecodingConfig . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExplicitDecodingConfig . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSampleRateHertz(int value)
public ExplicitDecodingConfig . Builder setSampleRateHertz ( int value )
Sample rate in Hertz of the audio data sent for recognition. Valid
values are: 8000-48000. 16000 is optimal. For best results, set the
sampling rate of the audio source to 16000 Hz. If that's not possible, use
the native sample rate of the audio source (instead of re-sampling).
Supported for the following encodings:
LINEAR16: Headerless 16-bit signed little-endian PCM samples.
MULAW: Headerless 8-bit companded mulaw samples.
ALAW: Headerless 8-bit companded alaw samples.
int32 sample_rate_hertz = 2;
Parameter Name Description value
int
The sampleRateHertz to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final ExplicitDecodingConfig . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]