Delen via


TextDocumentStatistics Klas

TextDocumentStatistics bevat informatie over de nettolading van het document.

Overname
azure.ai.textanalytics._dict_mixin.DictMixin
TextDocumentStatistics

Constructor

TextDocumentStatistics(**kwargs: Any)

Methoden

get
has_key
items
keys
update
values

get

get(key: str, default: Any | None = None) -> Any

Parameters

Name Description
key
Vereist
default
standaardwaarde: None

has_key

has_key(k: str) -> bool

Parameters

Name Description
k
Vereist

items

items() -> Iterable[Tuple[str, Any]]

keys

keys() -> Iterable[str]

update

update(*args: Any, **kwargs: Any) -> None

values

values() -> Iterable[Any]

Kenmerken

character_count

Het aantal tekstelementen dat in het document wordt herkend.

character_count: int

transaction_count

Aantal transacties voor het document.

transaction_count: int