You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::TranscribeService::Types::ListVocabularyFiltersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::ListVocabularyFiltersResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
ListVocabularyFiltersoperation returns a page of collections at a time. -
#vocabulary_filters ⇒ Array<Types::VocabularyFilterInfo>
The list of vocabulary filters.
Instance Attribute Details
#next_token ⇒ String
The ListVocabularyFilters operation returns a page of collections at a
time. The maximum size of the page is set by the MaxResults parameter.
If there are more jobs in the list than the page size, Amazon Transcribe
returns the NextPage token. Include the token in the next request to
the ListVocabularyFilters operation to return in the next page of
jobs.
#vocabulary_filters ⇒ Array<Types::VocabularyFilterInfo>
The list of vocabulary filters. It contains at most MaxResults number
of filters. If there are more filters, call the ListVocabularyFilters
operation again with the NextToken parameter in the request set to the
value of the NextToken field in the response.