Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventTranscription
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventTranscription in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventInner.transcriptions()
Get the transcriptions property: Live transcription settings for the live event.LiveEventProperties.transcriptions()
Get the transcriptions property: Live transcription settings for the live event.Modifier and TypeMethodDescriptionLiveEventInner.withTranscriptions
(List<LiveEventTranscription> transcriptions) Set the transcriptions property: Live transcription settings for the live event.LiveEventProperties.withTranscriptions
(List<LiveEventTranscription> transcriptions) Set the transcriptions property: Live transcription settings for the live event. -
Uses of LiveEventTranscription in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEventTranscription.withInputTrackSelection
(List<LiveEventInputTrackSelection> inputTrackSelection) Set the inputTrackSelection property: Provides a mechanism to select the audio track in the input live feed, to which speech-to-text transcription is applied.LiveEventTranscription.withLanguage
(String language) Set the language property: Specifies the language (locale) to be used for speech-to-text transcription – it should match the spoken language in the audio track.LiveEventTranscription.withOutputTranscriptionTrack
(LiveEventOutputTranscriptionTrack outputTranscriptionTrack) Set the outputTranscriptionTrack property: Describes a transcription track in the output of a live event, generated using speech-to-text transcription.Modifier and TypeMethodDescriptionLiveEvent.transcriptions()
Gets the transcriptions property: Live transcription settings for the live event.Modifier and TypeMethodDescriptionLiveEvent.DefinitionStages.WithTranscriptions.withTranscriptions
(List<LiveEventTranscription> transcriptions) Specifies the transcriptions property: Live transcription settings for the live event.LiveEvent.UpdateStages.WithTranscriptions.withTranscriptions
(List<LiveEventTranscription> transcriptions) Specifies the transcriptions property: Live transcription settings for the live event.