TextDocumentBatchStatistics Class
TextDocumentBatchStatistics contains information about the request payload. Note: This object is not returned in the response and needs to be retrieved by a response hook.
- Inheritance
-
azure.ai.textanalytics._models.DictMixinTextDocumentBatchStatistics
Constructor
TextDocumentBatchStatistics(**kwargs)
Variables
- document_count
- int
Number of documents submitted in the request.
- valid_document_count
- int
Number of valid documents. This excludes empty, over-size limit or non-supported languages documents.
- erroneous_document_count
- int
Number of invalid documents. This includes empty, over-size limit or non-supported languages documents.
- transaction_count
- <xref:long>
Number of transactions for the request.
Feedback
Submit and view feedback for