SentimentConfidenceScores Classe

I punteggi di attendibilità (punteggi Softmax) compresi tra 0 e 1. I valori più elevati indicano una maggiore attendibilità.

Ereditarietà
azure.ai.textanalytics._dict_mixin.DictMixin
SentimentConfidenceScores

Costruttore

SentimentConfidenceScores(**kwargs: Any)

Metodi

get
has_key
items
keys
update
values

get

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

Parametri

Nome Descrizione
key
Necessario
default
valore predefinito: None

has_key

has_key(k: str) -> bool

Parametri

Nome Descrizione
k
Necessario

items

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

keys

keys() -> Iterable[str]

update

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

values

values() -> Iterable[Any]

Attributi

negative

Punteggio negativo.

negative: float

neutral

Punteggio neutrale.

neutral: float

positive

Punteggio positivo.

positive: float