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

TextDocumentBatchStatistics Class

Definition

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