Reference documentation and code samples for the Media Translation V1beta1 API class Google::Cloud::MediaTranslation::V1beta1::TranslateSpeechConfig.
Provides information to the speech translation that specifies how to process the request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#audio_encoding
def audio_encoding() -> ::String
-
(::String) — Required. Encoding of audio data.
Supported formats:
linear16
Uncompressed 16-bit signed little-endian samples (Linear PCM).
flac
flac
(Free Lossless Audio Codec) is the recommended encoding because it is lossless--therefore recognition is not compromised--and requires only about half the bandwidth oflinear16
.mulaw
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
amr
Adaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000.amr-wb
Adaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000.ogg-opus
Opus encoded audio frames in Ogg container.
sample_rate_hertz
must be one of 8000, 12000, 16000, 24000, or 48000.mp3
MP3 audio. Support all standard MP3 bitrates (which range from 32-320 kbps). When using this encoding,
sample_rate_hertz
has to match the sample rate of the file being used.
#audio_encoding=
def audio_encoding=(value) -> ::String
-
value (::String) — Required. Encoding of audio data.
Supported formats:
linear16
Uncompressed 16-bit signed little-endian samples (Linear PCM).
flac
flac
(Free Lossless Audio Codec) is the recommended encoding because it is lossless--therefore recognition is not compromised--and requires only about half the bandwidth oflinear16
.mulaw
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
amr
Adaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000.amr-wb
Adaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000.ogg-opus
Opus encoded audio frames in Ogg container.
sample_rate_hertz
must be one of 8000, 12000, 16000, 24000, or 48000.mp3
MP3 audio. Support all standard MP3 bitrates (which range from 32-320 kbps). When using this encoding,
sample_rate_hertz
has to match the sample rate of the file being used.
-
(::String) — Required. Encoding of audio data.
Supported formats:
linear16
Uncompressed 16-bit signed little-endian samples (Linear PCM).
flac
flac
(Free Lossless Audio Codec) is the recommended encoding because it is lossless--therefore recognition is not compromised--and requires only about half the bandwidth oflinear16
.mulaw
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
amr
Adaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000.amr-wb
Adaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000.ogg-opus
Opus encoded audio frames in Ogg container.
sample_rate_hertz
must be one of 8000, 12000, 16000, 24000, or 48000.mp3
MP3 audio. Support all standard MP3 bitrates (which range from 32-320 kbps). When using this encoding,
sample_rate_hertz
has to match the sample rate of the file being used.
#model
def model() -> ::String
-
(::String) — Optional.
google-provided-model/video
andgoogle-provided-model/enhanced-phone-call
are premium models.google-provided-model/phone-call
is not premium model.
#model=
def model=(value) -> ::String
-
value (::String) — Optional.
google-provided-model/video
andgoogle-provided-model/enhanced-phone-call
are premium models.google-provided-model/phone-call
is not premium model.
-
(::String) — Optional.
google-provided-model/video
andgoogle-provided-model/enhanced-phone-call
are premium models.google-provided-model/phone-call
is not premium model.
#sample_rate_hertz
def sample_rate_hertz() -> ::Integer
- (::Integer) — Optional. Sample rate in Hertz of the audio data. 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).
#sample_rate_hertz=
def sample_rate_hertz=(value) -> ::Integer
- value (::Integer) — Optional. Sample rate in Hertz of the audio data. 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).
- (::Integer) — Optional. Sample rate in Hertz of the audio data. 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).
#source_language_code
def source_language_code() -> ::String
- (::String) — Required. Source language code (BCP-47) of the input audio.
#source_language_code=
def source_language_code=(value) -> ::String
- value (::String) — Required. Source language code (BCP-47) of the input audio.
- (::String) — Required. Source language code (BCP-47) of the input audio.
#target_language_code
def target_language_code() -> ::String
- (::String) — Required. Target language code (BCP-47) of the output.
#target_language_code=
def target_language_code=(value) -> ::String
- value (::String) — Required. Target language code (BCP-47) of the output.
- (::String) — Required. Target language code (BCP-47) of the output.