Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListVocabulariesResponse

import type { ListVocabulariesResponse } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface ListVocabulariesResponse {
NextToken?: string | null;
Status?: VocabularyState | null;
Vocabularies?: VocabularyInfo[] | null;
}

§Properties

§
NextToken?: string | null
[src]

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?: VocabularyState | null
[src]

The requested vocabulary state.

§
Vocabularies?: VocabularyInfo[] | null
[src]

A list of objects that describe the vocabularies that match the search criteria in the request.