API documentation for mediatranslation_v1beta1.types
package.
Classes
StreamingTranslateSpeechConfig
Config used for streaming translation. .. attribute:: audio_config
Required. The common config for all the following audio contents.
:type: google.cloud.mediatranslation_v1beta1.types.TranslateSpeechConfig
StreamingTranslateSpeechRequest
The top-level message sent by the client for the
StreamingTranslateSpeech
method. Multiple
StreamingTranslateSpeechRequest
messages are sent. The first
message must contain a streaming_config
message and must not
contain audio_content
data. All subsequent messages must contain
audio_content
data and must not contain a streaming_config
message.
StreamingTranslateSpeechResponse
A streaming speech translation response corresponding to a portion of the audio currently processed.
StreamingTranslateSpeechResult
A streaming speech translation result corresponding to a portion of the audio that is currently being processed.
TranslateSpeechConfig
Provides information to the speech translation that specifies how to process the request.