AWS SDK for Kotlin
1.6.62
      Platform filter
Skip to content
    AWS SDK for Kotlin
polly/aws.sdk.kotlin.services.polly.model/StartSpeechSynthesisStreamEventStream/SdkUnknown

SdkUnknown

object SdkUnknown : StartSpeechSynthesisStreamEventStream

Inherited functions

asAudioEvent
Link copied to clipboard
fun asAudioEvent(): AudioEvent

Casts this StartSpeechSynthesisStreamEventStream as a AudioEvent and retrieves its aws.sdk.kotlin.services.polly.model.AudioEvent value. Throws an exception if the StartSpeechSynthesisStreamEventStream is not a AudioEvent.

asAudioEventOrNull
Link copied to clipboard
fun asAudioEventOrNull(): AudioEvent?

Casts this StartSpeechSynthesisStreamEventStream as a AudioEvent and retrieves its aws.sdk.kotlin.services.polly.model.AudioEvent value. Returns null if the StartSpeechSynthesisStreamEventStream is not a AudioEvent.

asStreamClosedEvent
Link copied to clipboard
fun asStreamClosedEvent(): StreamClosedEvent

Casts this StartSpeechSynthesisStreamEventStream as a StreamClosedEvent and retrieves its aws.sdk.kotlin.services.polly.model.StreamClosedEvent value. Throws an exception if the StartSpeechSynthesisStreamEventStream is not a StreamClosedEvent.

asStreamClosedEventOrNull
Link copied to clipboard
fun asStreamClosedEventOrNull(): StreamClosedEvent?

Casts this StartSpeechSynthesisStreamEventStream as a StreamClosedEvent and retrieves its aws.sdk.kotlin.services.polly.model.StreamClosedEvent value. Returns null if the StartSpeechSynthesisStreamEventStream is not a StreamClosedEvent.

© 2026, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka