TranslationRecognitionEventArgs class
Argumenty události výsledku překladu textu
- Extends
Konstruktory
Translation |
Vytvoří a inicializuje instanci této třídy. |
Vlastnosti
offset | Představuje posun zprávy. |
result | Určuje výsledek rozpoznávání. |
session |
Představuje identifikátor relace. |
Podrobnosti konstruktoru
TranslationRecognitionEventArgs(TranslationRecognitionResult, number, string)
Vytvoří a inicializuje instanci této třídy.
new TranslationRecognitionEventArgs(result: TranslationRecognitionResult, offset?: number, sessionId?: string)
Parametry
- result
- TranslationRecognitionResult
Výsledek rozpoznávání překladu
- offset
-
number
Odsazení
- sessionId
-
string
ID relace.
Podrobnosti vlastnosti
offset
Představuje posun zprávy.
number offset
Hodnota vlastnosti
number
result
Určuje výsledek rozpoznávání.
TranslationRecognitionResult result
Hodnota vlastnosti
výsledek rozpoznávání.
sessionId
Představuje identifikátor relace.
string sessionId
Hodnota vlastnosti
string
Představuje identifikátor relace.