Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TranslationResult

Index

Properties

detectedLanguage: { language: string; score: number }

The original text language detection result.

Type declaration

  • language: string

    The original text language.

  • score: number

    The test result score (0-1).

translations: { text: string; to: string }[]

The translation results body.

Generated using TypeDoc