Class: Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::ReferenceSentencePairList
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::ReferenceSentencePairList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
A list of reference sentence pairs.
Instance Attribute Summary collapse
-
#reference_sentence_pairs ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::ReferenceSentencePair>
Reference sentence pairs.
Instance Attribute Details
#reference_sentence_pairs ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::ReferenceSentencePair>
Returns Reference sentence pairs.
168 169 170 171 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 168 class ReferenceSentencePairList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |