translate_list_terminologies {paws.machine.learning} | R Documentation |
Provides a list of custom terminologies associated with your account
Description
Provides a list of custom terminologies associated with your account.
See https://www.paws-r-sdk.com/docs/translate_list_terminologies/ for full documentation.
Usage
translate_list_terminologies(NextToken = NULL, MaxResults = NULL)
Arguments
NextToken |
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies. |
MaxResults |
The maximum number of custom terminologies returned per list request. |
[Package paws.machine.learning version 0.7.0 Index]