Class: Google::Cloud::AutoML::V1::TranslationAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::TranslationAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/translation.rb
Overview
Annotation details specific to translation.
Instance Attribute Summary collapse
Instance Attribute Details
#translated_content ⇒ ::Google::Cloud::AutoML::V1::TextSnippet
Returns Output only . The translated content.
72 73 74 75 |
# File 'proto_docs/google/cloud/automl/v1/translation.rb', line 72 class TranslationAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |