RecognizeEntitiesResult Class
RecognizeEntitiesResult is a result object which contains the recognized entities from a particular document.
- Inheritance
-
azure.ai.textanalytics._models.DictMixinRecognizeEntitiesResult
Constructor
RecognizeEntitiesResult(**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.
- entities
- list[CategorizedEntity]
Recognized entities in the document.
- warnings
- list[TextAnalyticsWarning]
Warnings encountered while processing document. Results will still be returned if there are warnings, but they may not be fully accurate.
- statistics
- TextDocumentStatistics
If show_stats=True was specified in the request this field will contain information about the document payload.
- is_error
- bool
Boolean check for error item when iterating over list of results. Always False for an instance of a RecognizeEntitiesResult.
Feedback
Submit and view feedback for