inputTrackSelection

@JvmName(name = "dcixdaewakqkyhwv")
suspend fun inputTrackSelection(value: Output<List<LiveEventInputTrackSelectionArgs>>)
@JvmName(name = "obiuqjifbeqyjeip")
suspend fun inputTrackSelection(value: List<LiveEventInputTrackSelectionArgs>?)

Parameters

value

Provides a mechanism to select the audio track in the input live feed, to which speech-to-text transcription is applied. This property is reserved for future use, any value set on this property will be ignored.


@JvmName(name = "aecgafyojsjsqshn")
suspend fun inputTrackSelection(vararg values: Output<LiveEventInputTrackSelectionArgs>)


@JvmName(name = "pjfisvbkuybseauh")
suspend fun inputTrackSelection(values: List<Output<LiveEventInputTrackSelectionArgs>>)
@JvmName(name = "qtsiknyqrwpebcnp")
suspend fun inputTrackSelection(vararg values: LiveEventInputTrackSelectionArgs)

Parameters

values

Provides a mechanism to select the audio track in the input live feed, to which speech-to-text transcription is applied. This property is reserved for future use, any value set on this property will be ignored.


@JvmName(name = "yvpgrlimeqjmtirm")
suspend fun inputTrackSelection(argument: List<suspend LiveEventInputTrackSelectionArgsBuilder.() -> Unit>)
@JvmName(name = "vvvnxonrogappgxf")
suspend fun inputTrackSelection(vararg argument: suspend LiveEventInputTrackSelectionArgsBuilder.() -> Unit)
@JvmName(name = "bhugyxesjvmegouv")
suspend fun inputTrackSelection(argument: suspend LiveEventInputTrackSelectionArgsBuilder.() -> Unit)

Parameters

argument

Provides a mechanism to select the audio track in the input live feed, to which speech-to-text transcription is applied. This property is reserved for future use, any value set on this property will be ignored.