Class: Google::Cloud::MediaTranslation::V1beta1::StreamingTranslateSpeechResult::TextTranslationResult
- Inherits:
-
Object
- Object
- Google::Cloud::MediaTranslation::V1beta1::StreamingTranslateSpeechResult::TextTranslationResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/mediatranslation/v1beta1/media_translation.rb
Overview
Text translation result.
Instance Attribute Summary collapse
-
#is_final ⇒ ::Boolean
readonly
Output only.
-
#translation ⇒ ::String
readonly
Output only.
Instance Attribute Details
#is_final ⇒ ::Boolean (readonly)
161 162 163 164 |
# File 'proto_docs/google/cloud/mediatranslation/v1beta1/media_translation.rb', line 161 class TextTranslationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#translation ⇒ ::String (readonly)
161 162 163 164 |
# File 'proto_docs/google/cloud/mediatranslation/v1beta1/media_translation.rb', line 161 class TextTranslationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |