Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.CallAnalyticsTranscriptResultStream
-
-
Uses of CallAnalyticsTranscriptResultStream in software.amazon.awssdk.services.transcribestreaming.model
Classes in software.amazon.awssdk.services.transcribestreaming.model that implement CallAnalyticsTranscriptResultStream Modifier and Type Class Description classCategoryEventProvides information on anyTranscriptFilterTypecategories that matched your transcription output.classUtteranceEventContains set of transcription results from one or more audio segments, along with additional information about the parameters included in your request.Fields in software.amazon.awssdk.services.transcribestreaming.model declared as CallAnalyticsTranscriptResultStream Modifier and Type Field Description static CallAnalyticsTranscriptResultStreamCallAnalyticsTranscriptResultStream. UNKNOWNSpecial type ofCallAnalyticsTranscriptResultStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type CallAnalyticsTranscriptResultStream Modifier and Type Method Description default voidStartCallAnalyticsStreamTranscriptionResponseHandler.Visitor. visitDefault(CallAnalyticsTranscriptResultStream event)A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type CallAnalyticsTranscriptResultStream Modifier and Type Method Description StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.BuilderStartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.Builder. onDefault(Consumer<CallAnalyticsTranscriptResultStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of CallAnalyticsTranscriptResultStream in software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream
Classes in software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream that implement CallAnalyticsTranscriptResultStream Modifier and Type Class Description classDefaultCategoryEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.CategoryEventthat represents theCallAnalyticsTranscriptResultStream$CategoryEventevent.classDefaultUtteranceEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.UtteranceEventthat represents theCallAnalyticsTranscriptResultStream$UtteranceEventevent.
-