Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateVoiceModelParams

Parameters for the updateVoiceModel operation.

Hierarchy

  • UpdateVoiceModelParams

Index

Properties

customizationId

customizationId: string

The customization ID (GUID) of the custom voice model. You must make the request with credentials for the instance of the service that owns the custom model.

Optional description

description: string

A new description for the custom voice model.

Optional headers

headers: OutgoingHttpHeaders

Optional name

name: string

A new name for the custom voice model.

Optional words

words: Word[]

An array of Word objects that provides the words and their translations that are to be added or updated for the custom voice model. Pass an empty array to make no additions or updates.

Generated using TypeDoc