Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PromptMetadata

Information about the prompt that is to be added to a custom model. The following example of a PromptMetadata object includes both the required prompt text and an optional speaker model ID: { "prompt_text": "Thank you and good-bye!", "speaker_id": "823068b2-ed4e-11ea-b6e0-7b6456aa95cc" }.

Hierarchy

  • PromptMetadata

Index

Properties

Properties

prompt_text

prompt_text: string

The required written text of the spoken prompt. The length of a prompt's text is limited to a few sentences. Speaking one or two sentences of text is the recommended limit. A prompt cannot contain more than 1000 characters of text. Escape any XML control characters (double quotes, single quotes, ampersands, angle brackets, and slashes) that appear in the text of the prompt.

Optional speaker_id

speaker_id: string

The optional speaker ID (GUID) of a previously defined speaker model that is to be associated with the prompt.

Generated using TypeDoc