Skip to content

Interface: TranslateResultNode

Table of contents

Properties

Properties

source

source: Object

Source for translation

Type declaration

NameTypeDescription
languagestringLanguage of the source text
textstringSource text

Defined in

google-sr/src/constants.ts:28


translation

translation: Object

Translated content

Type declaration

NameTypeDescription
languagestringLanguage of the translated text
pronunciation?stringPronunciation of the translation in english Only available in certain cases
textstringtranslated text

Defined in

google-sr/src/constants.ts:41


type

type: TranslateResult

Type of this result node

Defined in

google-sr/src/constants.ts:24