Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextDocumentInput

Package version

An object representing an individual text document to be analyzed by the Text Analytics service. The document contains a unique document ID, the full text of the document, and the language of the document's text.

Hierarchy

  • TextDocumentInput

Index

Properties

Properties

id

id: string

A unique, non-empty document identifier.

Optional language

language: undefined | string

(Optional) This is the 2 letter ISO 639-1 representation of a language. For example, use "en" for English; "es" for Spanish etc. If not set, use "en" for English as default.

text

text: string

The input text to process.

Generated using TypeDoc