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.
Implements
IMessageListAdaptiveMtSentencesRequest, IEquatableListAdaptiveMtSentencesRequest, IDeepCloneableListAdaptiveMtSentencesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
ListAdaptiveMtSentencesRequest()
public ListAdaptiveMtSentencesRequest()
ListAdaptiveMtSentencesRequest(ListAdaptiveMtSentencesRequest)
public ListAdaptiveMtSentencesRequest(ListAdaptiveMtSentencesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListAdaptiveMtSentencesRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of elements to return in the response.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsAdaptiveMtFileName
public AdaptiveMtFileName ParentAsAdaptiveMtFileName { get; set; }
AdaptiveMtFileName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
AdaptiveMtFileName |