Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TranslationResult

Index

Properties

detectedLanguage: { language: string; score: number }

原文本语言检测结果。

Type declaration

  • language: string

    原文本语言。

  • score: number

    检测结果评分 (0 - 1)。

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

翻译结果。

Generated using TypeDoc