TextDocumentBatchStatistics interface
if includeStatistics=true was specified in the request this field will contain information about the request payload.
Properties
document |
Number of documents submitted in the request. |
erroneous |
Number of invalid documents. This includes empty, over-size limit or non-supported languages documents. |
transaction |
Number of transactions for the request. |
valid |
Number of valid documents. This excludes empty, over-size limit or non-supported languages documents. |
Property Details
documentCount
Number of documents submitted in the request.
documentCount: number
Property Value
number
erroneousDocumentCount
Number of invalid documents. This includes empty, over-size limit or non-supported languages documents.
erroneousDocumentCount: number
Property Value
number
transactionCount
Number of transactions for the request.
transactionCount: number
Property Value
number
validDocumentCount
Number of valid documents. This excludes empty, over-size limit or non-supported languages documents.
validDocumentCount: number
Property Value
number