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
-
(::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.
#audio_channel_count=
def audio_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.
-
(::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.
#encoding
def encoding() -> ::Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding
- (::Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding) — Required. Encoding of the audio data sent for recognition.
#encoding=
def encoding=(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
def sample_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=
def sample_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.