QaTagResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)Tags and their corresponding results.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
tag |
str
The tag the score applies to. |
score |
float
The score the tag applies to. This field is a member of oneof_ _score.
|
potential_score |
float
The potential score the tag applies to. This field is a member of oneof_ _potential_score.
|
normalized_score |
float
The normalized score the tag applies to. This field is a member of oneof_ _normalized_score.
|