Class: Google::Apis::TranslateV3::ListAdaptiveMtSentencesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/translate_v3/classes.rb,
lib/google/apis/translate_v3/representations.rb,
lib/google/apis/translate_v3/representations.rb
more...

Overview

List AdaptiveMt sentences response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListAdaptiveMtSentencesResponse

Returns a new instance of ListAdaptiveMtSentencesResponse.

[View source]

1443
1444
1445
# File 'lib/google/apis/translate_v3/classes.rb', line 1443

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#adaptive_mt_sentencesArray<Google::Apis::TranslateV3::AdaptiveMtSentence>

Output only. The list of AdaptiveMtSentences. Corresponds to the JSON property adaptiveMtSentences


1436
1437
1438
# File 'lib/google/apis/translate_v3/classes.rb', line 1436

def adaptive_mt_sentences
  @adaptive_mt_sentences
end

#next_page_tokenString

Optional. Corresponds to the JSON property nextPageToken

Returns:

  • (String)

1441
1442
1443
# File 'lib/google/apis/translate_v3/classes.rb', line 1441

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

1448
1449
1450
1451
# File 'lib/google/apis/translate_v3/classes.rb', line 1448

def update!(**args)
  @adaptive_mt_sentences = args[:adaptive_mt_sentences] if args.key?(:adaptive_mt_sentences)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end