クラス AutoDetectSourceLanguageResult
自動検出されたソース言語の結果が含まれています。1.8.0 で追加されました。
メンバー
言語
構文: public const std::string Language;
言語の値 この値が空の場合は、システムがソース言語を自動的に検出できないということです。
FromResult
構文: public inline static std::shared_ptr< AutoDetectSourceLanguageResult > FromResult ( std::shared_ptr< SpeechRecognitionResult > result );
音声認識結果の AutoDetectSourceLanguageResult オブジェクトのインスタンスを作成します。
パラメーター
result
音声認識の結果。
戻り値
AutoDetectSourceLanguageResult への共有ポインター。
FromResult
構文: public inline static std::shared_ptr< AutoDetectSourceLanguageResult > FromResult ( std::shared_ptr< Translation::TranslationRecognitionResult > result );
音声翻訳結果の AutoDetectSourceLanguageResult オブジェクトのインスタンスを作成します。
パラメーター
result
音声翻訳の結果。
戻り値
AutoDetectSourceLanguageResult への共有ポインター。
FromResult
構文: public inline static std::shared_ptr< AutoDetectSourceLanguageResult > FromResult ( std::shared_ptr< Transcription::ConversationTranscriptionResult > result );
会話の文字起こし結果の AutoDetectSourceLanguageResult オブジェクトのインスタンスを作成します。
パラメーター
result
会話の文字起こしの結果。
戻り値
AutoDetectSourceLanguageResult への共有ポインター。