SpeechRecognitionModel クラス

音声認識モデル情報。

メンバー

名前

構文: public const SPXSTRING & Name;

モデル名

ロケール

構文: public const std::vector< SPXSTRING > & Locales;

BCP-47 形式のモデルのロケール。

パス

構文: public const SPXSTRING & Path;

モデル パス (オフライン モデルでのみ有効)。

バージョン

構文: public const SPXSTRING & Version;

モデル のバージョン。

SpeechRecognitionModel

構文: public inline explicit SpeechRecognitionModel ( SPXSPEECHRECOMODELHANDLE hmodel );

指定されたハンドルを使用して新しいインスタンスを作成します。

パラメーター

  • hmodel モデル ハンドル。

演算子 SPXSPEECHRECOMODELHANDLE

構文: public inline explicit operator SPXSPEECHRECOMODELHANDLE ( );

明示的な変換演算子。

戻り値

モデル ハンドル。

~SpeechRecognitionModel

構文: public inline ~SpeechRecognitionModel ( );

デストラクターです。