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

ListLanguageModelsResponse

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

§Properties

§
Models?: LanguageModel[] | null
[src]

A list of objects containing information about custom language models.

§
NextToken?: string | null
[src]

The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults parameter. If there are more language models in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the operation to return the next page of language models.