You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::TranscribeService::Types::ListVocabulariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::ListVocabulariesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
ListVocabularies
operation returns a page of vocabularies at a time. -
#status ⇒ String
The requested vocabulary state.
-
#vocabularies ⇒ Array<Types::VocabularyInfo>
A list of objects that describe the vocabularies that match the search criteria in the request.
Instance Attribute Details
#next_token ⇒ String
The ListVocabularies
operation returns a page of vocabularies at a
time. The maximum size of the page is set in the MaxResults
parameter.
If there are more jobs in the list than will fit on the page, Amazon
Transcribe returns the NextPage
token. To return in the next page of
jobs, include the token in the next request to the ListVocabularies
operation.
#status ⇒ String
The requested vocabulary state.
Possible values:
- PENDING
- READY
- FAILED
#vocabularies ⇒ Array<Types::VocabularyInfo>
A list of objects that describe the vocabularies that match the search criteria in the request.