public sealed class AutoDetectDecodingConfig : IMessage<AutoDetectDecodingConfig>, IEquatable<AutoDetectDecodingConfig>, IDeepCloneable<AutoDetectDecodingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class AutoDetectDecodingConfig.
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.
[[["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-04-17 UTC."],[[["This document provides reference documentation for the `AutoDetectDecodingConfig` class within the Cloud Speech-to-Text v2 API, detailing its role in automatically detecting audio decoding parameters."],["The `AutoDetectDecodingConfig` class supports a variety of audio encodings, including WAV (LINEAR16, MULAW, ALAW), RFC4867_5 (AMR, AMRWB), FLAC, MP3, OGG_OPUS, WEBM_OPUS, and various AAC formats (MP4, M4A, MOV)."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The documentation offers version-specific links, including the latest version (1.4.0) and previous versions (1.3.0, 1.2.0, 1.1.0, 1.0.0), allowing users to browse through the different versions."],["Constructors for creating an instance of this class are detailed, allowing for default construction as well as using an existing `AutoDetectDecodingConfig`."]]],[]]