transcriptions

@JvmName(name = "bmosylklkrfmrlyk")
suspend fun transcriptions(value: Output<List<LiveEventTranscriptionArgs>>)
@JvmName(name = "mlnkqmvxfommtgxt")
suspend fun transcriptions(value: List<LiveEventTranscriptionArgs>?)

Parameters

value

Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.


@JvmName(name = "aiurfmeaumketgnv")
suspend fun transcriptions(vararg values: Output<LiveEventTranscriptionArgs>)


@JvmName(name = "ykxdmveqfxiuiavp")
suspend fun transcriptions(values: List<Output<LiveEventTranscriptionArgs>>)
@JvmName(name = "txrllyxuyxdsfijx")
suspend fun transcriptions(vararg values: LiveEventTranscriptionArgs)

Parameters

values

Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.


@JvmName(name = "gpqslnvtxbccqhty")
suspend fun transcriptions(argument: List<suspend LiveEventTranscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "iykjrbcjrsbqepcl")
suspend fun transcriptions(vararg argument: suspend LiveEventTranscriptionArgsBuilder.() -> Unit)
@JvmName(name = "gjbbnbbraymeyckg")
suspend fun transcriptions(argument: suspend LiveEventTranscriptionArgsBuilder.() -> Unit)

Parameters

argument

Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.