Class: Google::Cloud::Translate::V3::ListAdaptiveMtSentencesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ListAdaptiveMtSentencesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
List AdaptiveMt sentences response.
Instance Attribute Summary collapse
-
#adaptive_mt_sentences ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtSentence>
readonly
Output only.
-
#next_page_token ⇒ ::String
Optional.
Instance Attribute Details
#adaptive_mt_sentences ⇒ ::Array<::Google::Cloud::Translate::V3::AdaptiveMtSentence> (readonly)
Returns Output only. The list of AdaptiveMtSentences.
394 395 396 397 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 394 class ListAdaptiveMtSentencesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Optional.
394 395 396 397 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 394 class ListAdaptiveMtSentencesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |