TextDocumentStatistics interface
if includeStatistics=true was specified in the request this field will contain information about the document payload.
Properties
character |
Number of text elements recognized in the document. |
transaction |
Number of transactions for the document. |
Property Details
characterCount
Number of text elements recognized in the document.
characterCount: number
Property Value
number
transactionCount
Number of transactions for the document.
transactionCount: number
Property Value
number