Class: Google::Cloud::Translate::V3::AdaptiveMtTranslateResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::AdaptiveMtTranslateResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
An AdaptiveMtTranslate response.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
readonly
Output only.
-
#translations ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtTranslation>
readonly
Output only.
Instance Attribute Details
#language_code ⇒ ::String (readonly)
Returns Output only. The translation's language code.
162 163 164 165 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 162 class AdaptiveMtTranslateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#translations ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtTranslation> (readonly)
Returns Output only. The translation.
162 163 164 165 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 162 class AdaptiveMtTranslateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |