Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectLanguageInput

Package version

An input to the language detection operation. This object specifies a unique document id, as well as the full text of a document and a hint indicating the document's country of origin to assist the text analytics predictive model in detecting the document's language.

Hierarchy

  • DetectLanguageInput

Index

Properties

Properties

Optional countryHint

countryHint: undefined | string

id

id: string

Unique, non-empty document identifier.

text

text: string

Generated using TypeDoc