Sdílet prostřednictvím


SentimentConfidenceScores Třída

Skóre spolehlivosti (skóre Softmax) mezi 0 a 1. Vyšší hodnoty značí vyšší spolehlivost.

Dědičnost
azure.ai.textanalytics._dict_mixin.DictMixin
SentimentConfidenceScores

Konstruktor

SentimentConfidenceScores(**kwargs: Any)

Metody

get
has_key
items
keys
update
values

get

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

Parametry

Name Description
key
Vyžadováno
default
výchozí hodnota: None

has_key

has_key(k: str) -> bool

Parametry

Name Description
k
Vyžadováno

items

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

keys

keys() -> Iterable[str]

update

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

values

values() -> Iterable[Any]

Atributy

negative

Záporné skóre.

negative: float

neutral

Neutrální skóre.

neutral: float

positive

Kladné skóre.

positive: float