次の方法で共有


TextDocumentStatistics interface

要求で includeStatistics=true が指定された場合、このフィールドにはドキュメント ペイロードに関する情報が含まれます。

プロパティ

characterCount

ドキュメントで認識されるテキスト要素の数。

transactionCount

ドキュメントのトランザクションの数。

プロパティの詳細

characterCount

ドキュメントで認識されるテキスト要素の数。

characterCount: number

プロパティ値

number

transactionCount

ドキュメントのトランザクションの数。

transactionCount: number

プロパティ値

number