ConversationTranslationResult class
翻譯文字結果。
- Extends
建構函式
Conversation |
屬性
duration | 100 奈秒遞增的辨識語音持續時間。 |
error |
如果辨識失敗,請提供所發生錯誤的詳細數據。 |
language | 偵測到主要語言。 |
language |
主要語言偵測信賴度 (未知、低、中、高)。 |
offset | 以 100 奈秒增量為單位的辨識語音位移。 |
original |
此結果的原始語言。 |
participant |
此結果為參與者的唯一標識碼。 |
properties | 結果中公開的屬性集。 |
reason | 指定結果的狀態。 |
result |
指定結果標識碼。 |
speaker |
交談轉譯/標識符案例中的說話者標識符 |
text | 在結果中呈現已辨識的文字。 |
translations | 呈現翻譯結果。 字典中的每個專案都代表其中一種目標語言的翻譯結果,其中索引鍵是目標語言的名稱,格式為 BCP-47,而值是指定語言的翻譯文字。 |
繼承的方法
from |
建構函式詳細資料
ConversationTranslationResult(string, Translations, string, string, ResultReason, string, number, number, string, string, PropertyCollection)
new ConversationTranslationResult(participantId: string, translations: Translations, originalLanguage?: string, resultId?: string, reason?: ResultReason, text?: string, duration?: number, offset?: number, errorDetails?: string, json?: string, properties?: PropertyCollection)
參數
- participantId
-
string
- translations
- Translations
- originalLanguage
-
string
- resultId
-
string
- reason
- ResultReason
- text
-
string
- duration
-
number
- offset
-
number
- errorDetails
-
string
- json
-
string
- properties
- PropertyCollection
屬性詳細資料
duration
100 奈秒遞增的辨識語音持續時間。
number duration
屬性值
number
100 奈秒遞增的辨識語音持續時間。
errorDetails
如果辨識失敗,請提供所發生錯誤的詳細數據。
string errorDetails
屬性值
string
錯誤的簡短描述。
language
偵測到主要語言。
string language
屬性值
string
偵測到的語言。
languageDetectionConfidence
主要語言偵測信賴度 (未知、低、中、高)。
string languageDetectionConfidence
屬性值
string
偵測信賴強度。
offset
以 100 奈秒增量為單位的辨識語音位移。
number offset
屬性值
number
以 100 奈秒增量為單位的辨識語音位移。
originalLang
此結果的原始語言。
string originalLang
屬性值
string
participantId
此結果為參與者的唯一標識碼。
string participantId
屬性值
string
properties
reason
resultId
指定結果標識碼。
string resultId
屬性值
string
指定結果標識碼。
speakerId
交談轉譯/標識符案例中的說話者標識符
string speakerId
屬性值
string
指定結果中的說話者標識碼
text
在結果中呈現已辨識的文字。
string text
屬性值
string
在結果中呈現已辨識的文字。
translations
呈現翻譯結果。 字典中的每個專案都代表其中一種目標語言的翻譯結果,其中索引鍵是目標語言的名稱,格式為 BCP-47,而值是指定語言的翻譯文字。
Translations translations
屬性值
目前翻譯對應,保留所要求的所有翻譯。
繼承的方法的詳細資料
fromSpeechRecognitionResult(SpeechRecognitionResult)
static function fromSpeechRecognitionResult(result: SpeechRecognitionResult): TranslationRecognitionResult
參數
- result
- SpeechRecognitionResult