Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.TranscriptResultStream.EventType
-
Packages that use TranscriptResultStream.EventType Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of TranscriptResultStream.EventType in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return TranscriptResultStream.EventType Modifier and Type Method Description static TranscriptResultStream.EventTypeTranscriptResultStream.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TranscriptResultStream.EventTypeTranscriptEvent. sdkEventType()default TranscriptResultStream.EventTypeTranscriptResultStream. sdkEventType()The type of this event.static TranscriptResultStream.EventTypeTranscriptResultStream.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscriptResultStream.EventType[]TranscriptResultStream.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type TranscriptResultStream.EventType Modifier and Type Method Description static Set<TranscriptResultStream.EventType>TranscriptResultStream.EventType. knownValues()
-