DocumentError Class

DocumentError is an error object which represents an error on the individual document.

Inheritance
azure.ai.textanalytics._models.DictMixin
DocumentError

Constructor

DocumentError(**kwargs)

Variables

id
str

Unique, non-empty document identifier that matches the document id that was passed in with the request. If not specified in the request, an id is assigned for the document.

error
TextAnalyticsError

The document error.

is_error
bool

Boolean check for error item when iterating over list of results. Always True for an instance of a DocumentError.