Interface MedicalScribeResultStream
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
DefaultTranscriptEvent
,MedicalScribeTranscriptEvent
@Generated("software.amazon.awssdk:codegen")
public interface MedicalScribeResultStream
extends SdkPojo
Base interface for all event types in MedicalScribeResultStream.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The known possible types of events forMedicalScribeResultStream
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MedicalScribeResultStream
Special type ofMedicalScribeResultStream
for unknown types of events that this version of the SDK does not know about -
Method Summary
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofMedicalScribeResultStream
.The type of this event.Create a builder for theTranscriptEvent
event type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Field Details
-
UNKNOWN
Special type ofMedicalScribeResultStream
for unknown types of events that this version of the SDK does not know about
-
-
Method Details
-
transcriptEventBuilder
Create a builder for theTranscriptEvent
event type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-type
header on the Message. -
accept
Calls the appropriate visit method depending on the subtype ofMedicalScribeResultStream
.- Parameters:
visitor
- Visitor to invoke.
-