Google Cloud Translation v3 API - Class ListAdaptiveMtSentencesRequest (3.6.0)

public sealed class ListAdaptiveMtSentencesRequest : IMessage<ListAdaptiveMtSentencesRequest>, IEquatable<ListAdaptiveMtSentencesRequest>, IDeepCloneable<ListAdaptiveMtSentencesRequest>, IBufferMessage, IMessage, IPageRequest

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

The request for listing Adaptive MT sentences from a Dataset/File.

Inheritance

object > ListAdaptiveMtSentencesRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListAdaptiveMtSentencesRequest()

public ListAdaptiveMtSentencesRequest()

ListAdaptiveMtSentencesRequest(ListAdaptiveMtSentencesRequest)

public ListAdaptiveMtSentencesRequest(ListAdaptiveMtSentencesRequest other)
Parameter
NameDescription
otherListAdaptiveMtSentencesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of elements to return in the response.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A token identifying a page of results the server should return. Typically, this is the value of ListAdaptiveMtSentencesRequest.next_page_token returned from the previous call to ListTranslationMemories method. The first page is returned if page_token is empty or missing.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the project from which to list the Adaptive MT files. The following format lists all sentences under a file. projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file} The following format lists all sentences within a dataset. projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}

Property Value
TypeDescription
string

ParentAsAdaptiveMtFileName

public AdaptiveMtFileName ParentAsAdaptiveMtFileName { get; set; }

AdaptiveMtFileName-typed view over the Parent resource name property.

Property Value
TypeDescription
AdaptiveMtFileName