Class DefaultAudioEvent
java.lang.Object
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeAudioEvent
software.amazon.awssdk.services.transcribestreaming.model.medicalscribeinputstream.DefaultAudioEvent
- All Implemented Interfaces:
Serializable
,SdkPojo
,MedicalScribeInputStream
,ToCopyableBuilder<MedicalScribeAudioEvent.Builder,
MedicalScribeAudioEvent>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultAudioEvent
extends MedicalScribeAudioEvent
A specialization of
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeAudioEvent
that
represents the MedicalScribeInputStream$AudioEvent
event. Do not use this class directly. Instead, use the
static builder methods on MedicalScribeInputStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeInputStream
MedicalScribeInputStream.EventType
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultAudioEvent.Builder
builder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeAudioEvent
audioChunk, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<MedicalScribeAudioEvent.Builder,
MedicalScribeAudioEvent> - Overrides:
toBuilder
in classMedicalScribeAudioEvent
- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:MedicalScribeInputStream
The type of this event. Corresponds to the:event-type
header on the Message.
-