Class CloseStreamEvent

java.lang.Object
software.amazon.awssdk.services.polly.model.CloseStreamEvent
All Implemented Interfaces:
Serializable, SdkPojo, StartSpeechSynthesisStreamActionStream, ToCopyableBuilder<CloseStreamEvent.Builder,CloseStreamEvent>
Direct Known Subclasses:
DefaultCloseStreamEvent

@Generated("software.amazon.awssdk:codegen") public class CloseStreamEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloseStreamEvent.Builder,CloseStreamEvent>, StartSpeechSynthesisStreamActionStream

Indicates the end of the input stream. After sending this event, the input stream will be closed and all audio will be returned.

See Also: