次の方法で共有


クラス Translation::TranslationSynthesisResult

翻訳合成結果(ターゲット言語の翻訳されたテキストの音声出力)を定義します。

メンバー

理由

構文: public const ResultReason & Reason;

認識の理由。

オーディオ

構文: public const std::vector< uint8_t > & Audio;

ターゲット言語の翻訳されたテキストの音声出力。

TranslationSynthesisResult

構文: public inline explicit TranslationSynthesisResult ( SPXRESULTHANDLE resultHandle );

内部使用のみを目的としています。 TranslationSynthesisResult のインスタンスを作成します

パラメーター

  • resultHandle C-API で認識エンジンによって返される結果のハンドル。

~TranslationSynthesisResult

構文: public inline virtual ~TranslationSynthesisResult ( );

インスタンスを破棄します。