你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextDocumentStatistics interface

if includeStatistics=true was specified in the request this field will contain information about the document payload.

Properties

characterCount

Number of text elements recognized in the document.

transactionCount

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