Interface LiveEvent.UpdateStages.WithTranscriptions

All Known Subinterfaces:
LiveEvent.Update
Enclosing interface:
LiveEvent.UpdateStages

public static interface LiveEvent.UpdateStages.WithTranscriptions
The stage of the LiveEvent update allowing to specify transcriptions.
  • Method Details

    • withTranscriptions

      LiveEvent.Update withTranscriptions(List<LiveEventTranscription> transcriptions)
      Specifies the transcriptions property: Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature..
      Parameters:
      transcriptions - Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.
      Returns:
      the next definition stage.