Class StreamingTranslateSpeechResult (0.9.3)

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``.

Inheritance

builtins.object > proto.message.Message > StreamingTranslateSpeechResult

Classes

TextTranslationResult

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

Text translation result.