TextDocumentBatchStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
if showStats=true was specified in the request this field will contain information about the request payload.
public class TextDocumentBatchStatistics
type TextDocumentBatchStatistics = class
Public Class TextDocumentBatchStatistics
- Inheritance
-
TextDocumentBatchStatistics
Properties
DocumentCount |
Gets the number of documents submitted in the request batch. |
InvalidDocumentCount |
Gets the number of invalid documents submitted in the request batch. This number includes empty documents, documents whose size exceeds the service's size limit, and documents in unsupported languages. |
TransactionCount |
Gets the number of transactions required to complete the operation on all documents submitted in the request batch. |
ValidDocumentCount |
Gets the number of valid documents submitted in the request batch. This number excludes empty documents, documents whose size exceeds the service's size limit, and documents in unsupported languages. |
Applies to
Azure SDK for .NET