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

TextDocumentStatistics Struct

Definition

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

public readonly struct TextDocumentStatistics
type TextDocumentStatistics = struct
Public Structure TextDocumentStatistics
Inheritance
TextDocumentStatistics

Properties

CharacterCount

Gets the number of characters (in Unicode graphemes) the corresponding document contains.

TransactionCount

Gets the number of transactions used by the service to analyze the input document.

Applies to