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