| Modifier and Type | Class and Description |
|---|---|
class |
CategoryEvent
Provides information on any
TranscriptFilterType categories that matched your transcription output. |
class |
UtteranceEvent
Contains set of transcription results from one or more audio segments, along with additional information about the
parameters included in your request.
|
| Modifier and Type | Field and Description |
|---|---|
static CallAnalyticsTranscriptResultStream |
CallAnalyticsTranscriptResultStream.UNKNOWN
Special type of
CallAnalyticsTranscriptResultStream for unknown types of events that this version of the
SDK does not know about |
| Modifier and Type | Method and Description |
|---|---|
default void |
StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.visitDefault(CallAnalyticsTranscriptResultStream event)
A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.Builder |
StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.Builder.onDefault(Consumer<CallAnalyticsTranscriptResultStream> c)
Callback to invoke when either an unknown event is visited or an unhandled event is visited.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCategoryEvent
A specialization of
software.amazon.awssdk.services.transcribestreaming.model.CategoryEvent that represents
the CallAnalyticsTranscriptResultStream$CategoryEvent event. |
class |
DefaultUtteranceEvent
A specialization of
software.amazon.awssdk.services.transcribestreaming.model.UtteranceEvent that represents
the CallAnalyticsTranscriptResultStream$UtteranceEvent event. |
Copyright © 2023. All rights reserved.