Class: Google::Cloud::Translate::V3::AdaptiveMtTranslation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#translated_text::String (readonly)

Returns Output only. The translated text.

Returns:

  • (::String)

    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