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

SdkUnknown

object SdkUnknown : StartSpeechSynthesisStreamActionStream

Inherited functions

asCloseStreamEvent
Link copied to clipboard
fun asCloseStreamEvent(): CloseStreamEvent

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

asCloseStreamEventOrNull
Link copied to clipboard
fun asCloseStreamEventOrNull(): CloseStreamEvent?

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

asTextEvent
Link copied to clipboard
fun asTextEvent(): TextEvent

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

asTextEventOrNull
Link copied to clipboard
fun asTextEventOrNull(): TextEvent?

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

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