ClassificationCategory Class

ClassificationCategory represents a classification of the input document.

Inheritance
azure.ai.textanalytics._dict_mixin.DictMixin
ClassificationCategory

Constructor

ClassificationCategory(**kwargs: Any)

Methods

get
has_key
items
keys
update
values

get

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

Parameters

Name Description
key
Required
default
default value: None

has_key

has_key(k: str) -> bool

Parameters

Name Description
k
Required

items

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

keys

keys() -> Iterable[str]

update

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

values

values() -> Iterable[Any]

Attributes

category

Classification category for the document.

category: str

confidence_score

Confidence score between 0 and 1 of the recognized classification.

confidence_score: float