DetectLanguageInput interface

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.

Properties

countryHint
id

Unique, non-empty document identifier.

text

Property Details

countryHint

countryHint?: string

Property Value

string

id

Unique, non-empty document identifier.

id: string

Property Value

string

text

text: string

Property Value

string