Class LiveEventOutputTranscriptionTrack

java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventOutputTranscriptionTrack

public final class LiveEventOutputTranscriptionTrack extends Object
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 Details

    • LiveEventOutputTranscriptionTrack

      public LiveEventOutputTranscriptionTrack()
      Creates an instance of LiveEventOutputTranscriptionTrack class.
  • Method Details

    • trackName

      public String 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

      public LiveEventOutputTranscriptionTrack withTrackName(String trackName)
      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.