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

ListDatasetLabelsResponse

import type { ListDatasetLabelsResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface ListDatasetLabelsResponse {
DatasetLabelDescriptions?: DatasetLabelDescription[] | null;
NextToken?: string | null;
}

§Properties

§
DatasetLabelDescriptions?: DatasetLabelDescription[] | null
[src]

A list of the labels in the dataset.

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.