Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::ListExamplesResponse.
Response message for ListExamples.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#examples
def examples() -> ::Array<::Google::Cloud::Translate::V3::Example>
Returns
- (::Array<::Google::Cloud::Translate::V3::Example>) — The sentence pairs.
#examples=
def examples=(value) -> ::Array<::Google::Cloud::Translate::V3::Example>
Parameter
- value (::Array<::Google::Cloud::Translate::V3::Example>) — The sentence pairs.
Returns
- (::Array<::Google::Cloud::Translate::V3::Example>) — The sentence pairs.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListExamplesRequest to obtain the corresponding page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListExamplesRequest to obtain the corresponding page.
Returns
- (::String) — A token to retrieve next page of results. Pass this token to the page_token field in the ListExamplesRequest to obtain the corresponding page.