类 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 );

为 Convesation 听录结果创建 AutoDetectSourceLanguageResult 对象的实例。

参数

  • result 对话听录结果。

返回

指向 AutoDetectSourceLanguageResult 的共享指针。