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

TextDocumentBatchStatistics interface

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

Properties

documentCount

Number of documents submitted in the request.

erroneousDocumentCount

Number of invalid documents. This includes empty, over-size limit or non-supported languages documents.

transactionCount

Number of transactions for the request.

validDocumentCount

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