Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::ExplicitDecodingConfig (v0.13.1)

Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::ExplicitDecodingConfig.

Explicitly specified decoding parameters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#audio_channel_count

defaudio_channel_count()->::Integer
Returns
  • (::Integer) — 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.

#audio_channel_count=

defaudio_channel_count=(value)->::Integer
Parameter
  • value (::Integer) — 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.

Returns
  • (::Integer) — 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.

#encoding

defencoding()->::Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding
Returns

#encoding=

defencoding=(value)->::Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding
Parameter
Returns

#sample_rate_hertz

defsample_rate_hertz()->::Integer
Returns
  • (::Integer) —

    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.

#sample_rate_hertz=

defsample_rate_hertz=(value)->::Integer
Parameter
  • value (::Integer) —

    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.

Returns
  • (::Integer) —

    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.

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年10月30日 UTC.