Google Cloud Translation v3 API - Class ListExamplesResponse (3.9.0)

public sealed class ListExamplesResponse : IMessage<ListExamplesResponse>, IEquatable<ListExamplesResponse>, IDeepCloneable<ListExamplesResponse>, IBufferMessage, IMessage, IPageResponse<Example>, IEnumerable<Example>, IEnumerable

Reference documentation and code samples for the Google Cloud Translation v3 API class ListExamplesResponse.

Response message for ListExamples.

Inheritance

object > ListExamplesResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListExamplesResponse()

public ListExamplesResponse()

ListExamplesResponse(ListExamplesResponse)

public ListExamplesResponse(ListExamplesResponse other)
Parameter
Name Description
other ListExamplesResponse

Properties

Examples

public RepeatedField<Example> Examples { get; }

The sentence pairs.

Property Value
Type Description
RepeatedFieldExample

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this token to the page_token field in the ListExamplesRequest to obtain the corresponding page.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Example> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorExample