Class LiveEventOutputTranscriptionTrack
java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventOutputTranscriptionTrack
Describes a transcription track in the output of a live event, generated using speech-to-text transcription. This
property is reserved for future use, any value set on this property will be ignored.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LiveEventOutputTranscriptionTrack class. -
Method Summary
Modifier and TypeMethodDescriptionGet the trackName property: The output track name.void
validate()
Validates the instance.withTrackName
(String trackName) Set the trackName property: The output track name.
-
Constructor Details
-
LiveEventOutputTranscriptionTrack
public LiveEventOutputTranscriptionTrack()Creates an instance of LiveEventOutputTranscriptionTrack class.
-
-
Method Details
-
trackName
Get the trackName property: The output track name. This property is reserved for future use, any value set on this property will be ignored.- Returns:
- the trackName value.
-
withTrackName
Set the trackName property: The output track name. This property is reserved for future use, any value set on this property will be ignored.- Parameters:
trackName
- the trackName value to set.- Returns:
- the LiveEventOutputTranscriptionTrack object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-