LiveEventOutputTranscriptionTrack Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET