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

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

def audio_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=

def audio_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

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

#encoding=

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

#sample_rate_hertz

def sample_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=

def sample_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.