Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectLanguageSuccessResult

Package version

The result of the detect language operation on a single document, containing a prediction of what language the document is written in.

Hierarchy

Index

Properties

detectedLanguages

detectedLanguages: DetectedLanguage[]

All detected languages in the document.

id

id: string

Unique, non-empty document identifier.

primaryLanguage

primaryLanguage: DetectedLanguage

The top detected language by confidence score.

Optional statistics

Statistics about the input document and how it was processed by the service. This property will have a value when includeStatistics is set to true in the client call.

Generated using TypeDoc