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

CreatePhraseSetRequest

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

Message sent by the client for the CreatePhraseSet method.

interface CreatePhraseSetRequest {
phraseSet?: PhraseSet;
phraseSetId?: string;
}

§Properties

§
phraseSet?: PhraseSet
[src]

Required. The phrase set to create.

§
phraseSetId?: string
[src]

Required. The ID to use for the phrase set, which will become the final component of the phrase set's resource name. This value should restrict to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and be 4-63 characters.