Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpeechModel

Information about an available language model.

Hierarchy

  • SpeechModel

Index

Properties

description

description: string

A brief description of the model.

language

language: string

The language identifier of the model (for example, en-US).

name

name: string

The name of the model for use as an identifier in calls to the service (for example, en-US_BroadbandModel).

rate

rate: number

The sampling rate (minimum acceptable rate for audio) used by the model in Hertz.

supported_features

supported_features: SupportedFeatures

Additional service features that are supported with the model.

url

url: string

The URI for the model.

Generated using TypeDoc