CallAnalyticsLanguageWithScore¶
Structure Class¶
CallAnalyticsLanguageWithScore
dataclass
¶
The language code that represents the language identified in your audio, including the associated confidence score.
Attributes¶
language_code
class-attribute
instance-attribute
¶
language_code: CallAnalyticsLanguageCode | None = None
The language code of the identified language.
score
class-attribute
instance-attribute
¶
score: float = 0
The confidence score associated with the identified language code. Confidence scores are values between zero and one; larger values indicate a higher confidence in the identified language.