Interface: TranslateResultNode
Table of contents
Properties
Properties
source
• source: Object
Source for translation
Type declaration
Name | Type | Description |
---|---|---|
language | string | Language of the source text |
text | string | Source text |
Defined in
translation
• translation: Object
Translated content
Type declaration
Name | Type | Description |
---|---|---|
language | string | Language of the translated text |
pronunciation? | string | Pronunciation of the translation in english Only available in certain cases |
text | string | translated text |
Defined in
type
• type: TranslateResult
Type of this result node