Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::ExplicitDecodingConfig (v0.13.1)
Stay organized with collections
Save and categorize content based on your preferences.
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-
(::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-
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.
-
(::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- (::Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding) — Required. Encoding of the audio data sent for recognition.
#encoding=
defencoding=(value)->::Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding- value (::Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding) — Required. Encoding of the audio data sent for recognition.
- (::Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding) — Required. Encoding of the audio data sent for recognition.
#sample_rate_hertz
defsample_rate_hertz()->::Integer-
(::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-
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.
-
(::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.