Uses of Class
com.azure.resourcemanager.mediaservices.models.Preset
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of Preset in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionclass
The Audio Analyzer preset applies a pre-defined set of AI-based analysis operations, including speech transcription.final class
Describes a built-in preset for encoding the input video with the Standard Encoder.final class
Describes all the settings to be used when analyzing a video in order to detect (and optionally redact) all the faces present.final class
Describes all the settings to be used when encoding the input video with the Standard Encoder.final class
A video analyzer preset that extracts insights (rich metadata) from both audio and video, and outputs a JSON format file.Modifier and TypeMethodDescriptionTransformOutput.preset()
Get the preset property: Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.JobOutput.presetOverride()
Get the presetOverride property: A preset used to override the preset in the corresponding transform output.Modifier and TypeMethodDescriptionTransformOutput.withPreset
(Preset preset) Set the preset property: Preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.JobOutput.withPresetOverride
(Preset presetOverride) Set the presetOverride property: A preset used to override the preset in the corresponding transform output.JobOutputAsset.withPresetOverride
(Preset presetOverride) Set the presetOverride property: A preset used to override the preset in the corresponding transform output.