次の方法で共有


SpeechTranslationModel クラス

音声翻訳モデル情報。

メンバー

名前

構文: public const SPXSTRING & Name;

モデル名

SourceLanguages

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

モデルがサポートするソース言語。

TargetLanguages

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

モデルがサポートするターゲット言語。

パス

構文: public const SPXSTRING & Path;

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

バージョン

構文: public const SPXSTRING & Version;

モデル のバージョン。

SpeechTranslationModel

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

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

パラメーター

  • hmodel モデル ハンドル。

演算子 SPXSPEECHRECOMODELHANDLE

構文: public inline explicit operator SPXSPEECHRECOMODELHANDLE ( );

明示的な変換演算子。

戻り値

モデル ハンドル。

~SpeechTranslationModel

構文: public inline ~SpeechTranslationModel ( );

デストラクターです。