- 4.48.0 (latest)
- 4.47.0
- 4.46.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.6.1
- 2.5.9
- 2.4.0
- 2.3.0
- 2.2.15
public static final class AutoDetectDecodingConfig.Builder extends GeneratedMessageV3.Builder<AutoDetectDecodingConfig.Builder> implements AutoDetectDecodingConfigOrBuilder
Automatically detected decoding parameters. Supported for the following encodings:
- WAV_LINEAR16: 16-bit signed little-endian PCM samples in a WAV container.
- WAV_MULAW: 8-bit companded mulaw samples in a WAV container.
- WAV_ALAW: 8-bit companded alaw samples in a WAV container.
- RFC4867_5_AMR: AMR frames with an rfc4867.5 header.
- RFC4867_5_AMRWB: AMR-WB frames with an rfc4867.5 header.
- FLAC: FLAC frames in the "native FLAC" container format.
- MP3: MPEG audio frames with optional (ignored) ID3 metadata.
- OGG_OPUS: Opus audio frames in an Ogg container.
- WEBM_OPUS: Opus audio frames in a WebM container.
Protobuf type google.cloud.speech.v2.AutoDetectDecodingConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AutoDetectDecodingConfig.BuilderImplements
AutoDetectDecodingConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AutoDetectDecodingConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
build()
public AutoDetectDecodingConfig build()
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig |
buildPartial()
public AutoDetectDecodingConfig buildPartial()
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig |
clear()
public AutoDetectDecodingConfig.Builder clear()
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public AutoDetectDecodingConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AutoDetectDecodingConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
clone()
public AutoDetectDecodingConfig.Builder clone()
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
getDefaultInstanceForType()
public AutoDetectDecodingConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AutoDetectDecodingConfig other)
public AutoDetectDecodingConfig.Builder mergeFrom(AutoDetectDecodingConfig other)
Parameter | |
---|---|
Name | Description |
other | AutoDetectDecodingConfig |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AutoDetectDecodingConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AutoDetectDecodingConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AutoDetectDecodingConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AutoDetectDecodingConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AutoDetectDecodingConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AutoDetectDecodingConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AutoDetectDecodingConfig.Builder |