klass SpeechRecognitionModel
Information om taligenkänningsmodellen.
Medlemmar
Namn
Syntax: public const SPXSTRING & Name;
Modellnamn.
Locales
Syntax: public const std::vector< SPXSTRING > & Locales;
Språkvarianter för modellen i BCP-47-format.
Sökväg
Syntax: public const SPXSTRING & Path;
Modellsökväg (endast giltig för offlinemodeller).
Version
Syntax: public const SPXSTRING & Version;
Modellversion.
SpeechRecognitionModel
Syntax: public inline explicit SpeechRecognitionModel ( SPXSPEECHRECOMODELHANDLE hmodel );
Skapar en ny instans med hjälp av den angivna referensen.
Parametrar
hmodel
Modellhandtag.
operator SPXSPEECHRECOMODELHANDLE
Syntax: public inline explicit operator SPXSPEECHRECOMODELHANDLE ( );
Explicit konverteringsoperator.
Returer
Modellhandtag.
~SpeechRecognitionModel
Syntax: public inline ~SpeechRecognitionModel ( );
Destructor.