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

CustomClass

import type { CustomClass } from "https://googleapis.deno.dev/v1/speech:v1.ts";

A set of words or phrases that represents a common concept likely to appear in your audio, for example a list of passenger ship names. CustomClass items can be substituted into placeholders that you set in PhraseSet phrases.

interface CustomClass {
readonly annotations?: {
[key: string]: string;
}
;
customClassId?: string;
readonly deleteTime?: Date;
readonly displayName?: string;
readonly etag?: string;
readonly expireTime?: Date;
items?: ClassItem[];
readonly kmsKeyName?: string;
readonly kmsKeyVersionName?: string;
name?: string;
readonly reconciling?: boolean;
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "DELETED";
readonly uid?: string;
}

§Properties

§
readonly annotations?: {
[key: string]: string;
}
[src]

Output only. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations. This field is not used.

§
customClassId?: string
[src]

If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

§
readonly deleteTime?: Date
[src]

Output only. The time at which this resource was requested for deletion. This field is not used.

§
readonly displayName?: string
[src]

Output only. User-settable, human-readable name for the CustomClass. Must be 63 characters or less. This field is not used.

§
readonly etag?: string
[src]

Output only. This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding. This field is not used.

§
readonly expireTime?: Date
[src]

Output only. The time at which this resource will be purged. This field is not used.

§
items?: ClassItem[]
[src]

A collection of class items.

§
readonly kmsKeyName?: string
[src]

Output only. The KMS key name with which the content of the ClassItem is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

§
readonly kmsKeyVersionName?: string
[src]

Output only. The KMS key version name with which content of the ClassItem is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

§
name?: string
[src]

The resource name of the custom class.

§
readonly reconciling?: boolean
[src]

Output only. Whether or not this CustomClass is in the process of being updated. This field is not used.

§
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "DELETED"
[src]

Output only. The CustomClass lifecycle state. This field is not used.

§
readonly uid?: string
[src]

Output only. System-assigned unique identifier for the CustomClass. This field is not used.