- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all AdaptiveMtSentences under a given file/dataset.
HTTP request
GET https://translate.googleapis.com/v3/{parent=projects/*/locations/*/adaptiveMtDatasets/*}/adaptiveMtSentences
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the project from which to list the Adaptive MT files. The following format lists all sentences under a file. |
Query parameters
Parameters | |
---|---|
pageSize |
|
pageToken |
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 |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListAdaptiveMtSentencesResponse
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-translation
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.