Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateAcousticModelParams

Parameters for the createAcousticModel operation.

Hierarchy

  • CreateAcousticModelParams

Index

Properties

baseModelName

baseModelName: BaseModelName | string

The name of the base language model that is to be customized by the new custom acoustic model. The new custom model can be used only with the base model that it customizes. (Note: The model ar-AR_BroadbandModel is deprecated; use ar-MS_BroadbandModel instead.)

To determine whether a base model supports acoustic model customization, refer to Language support for customization.

Optional description

description: string

A description of the new custom acoustic model. Use a localized description that matches the language of the custom model.

Optional headers

headers: OutgoingHttpHeaders

name

name: string

A user-defined name for the new custom acoustic model. Use a name that is unique among all custom acoustic models that you own. Use a localized name that matches the language of the custom model. Use a name that describes the acoustic environment of the custom model, such as Mobile custom model or Noisy car custom model.

Generated using TypeDoc