TTranscribeListVocabulariesRequest
Class in AWS.Transcribe
ListVocabularies request class.
Ancestors
Properties
NameContains
property NameContains: string
StateEquals
property StateEquals: string
Constructors
Create
constructor Create; overload;
Constructor for TTranscribeListVocabulariesRequest.
constructor Create(const AMaxResults: Integer; const ANextToken: string); overload;
Constructor for TTranscribeListVocabulariesRequest.
Parameters
| Name | Description |
|---|---|
AMaxResults | Specify the maximum number of custom vocabularies to return in a page of results. Minimum 1, maximum 100. |
ANextToken | Specify a token returned in a previous response to fetch the next page of results. |