Freigeben über


SpeechRecognitionModel-Klasse

Informationen zum Spracherkennungsmodell.

Member

name

Syntax: public const SPXSTRING & Name;

Modellname

Locales

Syntax: public const std::vector< SPXSTRING > & Locales;

Gebietsschemas des Modells im BCP-47-Format.

`Path`

Syntax: public const SPXSTRING & Path;

Modellpfad (gilt nur für Offlinemodelle).

Version

Syntax: public const SPXSTRING & Version;

Modellversion.

SpeechRecognitionModel

Syntax: public inline explicit SpeechRecognitionModel ( SPXSPEECHRECOMODELHANDLE hmodel );

Erstellt eine neue Instanz mithilfe des bereitgestellten Handles.

Parameter

  • hmodel Modellhandle.

Operator SPXSPEECHRECOMODELHANDLE

Syntax: public inline explicit operator SPXSPEECHRECOMODELHANDLE ( );

Expliziter Konvertierungsoperator.

Gibt zurück

Modellhandle.

~SpeechRecognitionModel

Syntax: public inline ~SpeechRecognitionModel ( );

Destruktor.