Class: Google::Cloud::Translate::V3::AdaptiveMtTranslation
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::AdaptiveMtTranslation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
An AdaptiveMt translation.
Instance Attribute Summary collapse
-
#translated_text ⇒ ::String
readonly
Output only.
Instance Attribute Details
#translated_text ⇒ ::String (readonly)
Returns Output only. The translated text.
220 221 222 223 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 220 class AdaptiveMtTranslation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |