AutoDetectSourceLanguageResult class
出力形式
プロパティ
language | |
language |
メソッド
from |
ConversationTranscriptionResult インスタンスから AutoDetectSourceLanguageResult オブジェクトのインスタンスを作成します。 |
from |
SpeechRecognitionResult インスタンスから AutoDetectSourceLanguageResult オブジェクトのインスタンスを作成します。 |
プロパティの詳細
language
string language
プロパティ値
string
languageDetectionConfidence
string languageDetectionConfidence
プロパティ値
string
メソッドの詳細
fromConversationTranscriptionResult(ConversationTranscriptionResult)
ConversationTranscriptionResult インスタンスから AutoDetectSourceLanguageResult オブジェクトのインスタンスを作成します。
static function fromConversationTranscriptionResult(result: ConversationTranscriptionResult): AutoDetectSourceLanguageResult
パラメーター
文字起こしの結果。
戻り値
作成中の AutoDetectSourceLanguageResult オブジェクト。
fromResult(SpeechRecognitionResult)
SpeechRecognitionResult インスタンスから AutoDetectSourceLanguageResult オブジェクトのインスタンスを作成します。
static function fromResult(result: SpeechRecognitionResult): AutoDetectSourceLanguageResult
パラメーター
- result
- SpeechRecognitionResult
認識結果。
戻り値
作成中の AutoDetectSourceLanguageResult オブジェクト。