类 SpeechTranslationModel
语音翻译模型信息。
成员
名称
语法: public const SPXSTRING & Name;
模型名称。
SourceLanguages
语法: public const std::vector< SPXSTRING > & SourceLanguages;
模型支持的源语言。
TargetLanguages
语法: public const std::vector< SPXSTRING > & TargetLanguages;
模型支持的目标语言。
路径
语法: public const SPXSTRING & Path;
模型路径 (仅对脱机模型) 有效。
Version
语法: public const SPXSTRING & Version;
模型版本。
SpeechTranslationModel
语法: public inline explicit SpeechTranslationModel ( SPXSPEECHRECOMODELHANDLE hmodel );
使用提供的句柄创建新实例。
参数
hmodel
模型句柄。
运算符 SPXSPEECHRECOMODELHANDLE
语法: public inline explicit operator SPXSPEECHRECOMODELHANDLE ( );
显式转换运算符。
返回
模型句柄。
~SpeechTranslationModel
语法: public inline ~SpeechTranslationModel ( );
析构函数。