Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpgradeAcousticModelParams

Parameters for the upgradeAcousticModel operation.

Hierarchy

  • UpgradeAcousticModelParams

Index

Properties

Optional customLanguageModelId

customLanguageModelId: string

If the custom acoustic model was trained with a custom language model, the customization ID (GUID) of that custom language model. The custom language model must be upgraded before the custom acoustic model can be upgraded. The custom language model must be fully trained and available. The credentials specified with the request must own both custom models.

customizationId

customizationId: string

The customization ID (GUID) of the custom acoustic model that is to be used for the request. You must make the request with credentials for the instance of the service that owns the custom model.

Optional force

force: boolean

If true, forces the upgrade of a custom acoustic model for which no input data has been modified since it was last trained. Use this parameter only to force the upgrade of a custom acoustic model that is trained with a custom language model, and only if you receive a 400 response code and the message No input data modified since last training. See Upgrading a custom acoustic model.

Optional headers

headers: OutgoingHttpHeaders

Generated using TypeDoc