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

ListMedicalVocabulariesResponse

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

§Properties

§
NextToken?: string | null
[src]

The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the next page of vocabularies, include the token in the next request to the ListMedicalVocabularies operation .

§
Status?: VocabularyState | null
[src]

The requested vocabulary state.

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

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