public enum ExplicitDecodingConfig.Types.AudioEncoding
Reference documentation and code samples for the Cloud Speech-to-Text v2 API enum ExplicitDecodingConfig.Types.AudioEncoding.
Supported audio data encodings.
Namespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Fields |
|
---|---|
Name | Description |
Alaw |
Headerless 8-bit companded alaw samples. |
Amr |
AMR frames with an rfc4867.5 header. |
AmrWb |
AMR-WB frames with an rfc4867.5 header. |
Flac |
FLAC frames in the "native FLAC" container format. |
Linear16 |
Headerless 16-bit signed little-endian PCM samples. |
M4AAac |
AAC audio frames in an M4A container. |
MovAac |
AAC audio frames in an MOV container. |
Mp3 |
MPEG audio frames with optional (ignored) ID3 metadata. |
Mp4Aac |
AAC audio frames in an MP4 container. |
Mulaw |
Headerless 8-bit companded mulaw samples. |
OggOpus |
Opus audio frames in an Ogg container. |
Unspecified |
Default value. This value is unused. |
WebmOpus |
Opus audio frames in a WebM container. |