CallAnalyticsTranscriptResultStream
Contains detailed information about your Call Analytics streaming session. These details are provided in the UtteranceEvent
and CategoryEvent
objects.
Inheritors
Types
Provides information on matched categories that were used to generate real-time supervisor alerts.
Contains set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to channel definitions, partial result stabilization, sentiment, issue detection, and other transcription-related data.
Functions
Casts this CallAnalyticsTranscriptResultStream as a CategoryEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.CategoryEvent value. Throws an exception if the CallAnalyticsTranscriptResultStream is not a CategoryEvent.
Casts this CallAnalyticsTranscriptResultStream as a CategoryEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.CategoryEvent value. Returns null if the CallAnalyticsTranscriptResultStream is not a CategoryEvent.
Casts this CallAnalyticsTranscriptResultStream as a UtteranceEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.UtteranceEvent value. Throws an exception if the CallAnalyticsTranscriptResultStream is not a UtteranceEvent.
Casts this CallAnalyticsTranscriptResultStream as a UtteranceEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.UtteranceEvent value. Returns null if the CallAnalyticsTranscriptResultStream is not a UtteranceEvent.