Class StreamingTranslateSpeechResult (0.10.0)

StreamingTranslateSpeechResult(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A streaming speech translation result corresponding to a portion of the audio that is currently being processed.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

NameDescription
text_translation_result google.cloud.mediatranslation_v1beta1.types.StreamingTranslateSpeechResult.TextTranslationResult
Text translation result. This field is a member of oneof_ result.

Classes

TextTranslationResult

TextTranslationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Text translation result.