Share via


LiveEventOutputTranscriptionTrack Constructors

Definition

Overloads

LiveEventOutputTranscriptionTrack()

Initializes a new instance of the LiveEventOutputTranscriptionTrack class.

LiveEventOutputTranscriptionTrack(String)

Initializes a new instance of the LiveEventOutputTranscriptionTrack class.

LiveEventOutputTranscriptionTrack()

Initializes a new instance of the LiveEventOutputTranscriptionTrack class.

public LiveEventOutputTranscriptionTrack ();
Public Sub New ()

Applies to

LiveEventOutputTranscriptionTrack(String)

Initializes a new instance of the LiveEventOutputTranscriptionTrack class.

public LiveEventOutputTranscriptionTrack (string trackName);
new Microsoft.Azure.Management.Media.Models.LiveEventOutputTranscriptionTrack : string -> Microsoft.Azure.Management.Media.Models.LiveEventOutputTranscriptionTrack
Public Sub New (trackName As String)

Parameters

trackName
String

The output track name. This property is reserved for future use, any value set on this property will be ignored.

Applies to