Uses of Class
com.azure.resourcemanager.mediaservices.models.FaceDetectorPreset
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of FaceDetectorPreset in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionFaceDetectorPreset.withBlurType
(BlurType blurType) Set the blurType property: Blur type.FaceDetectorPreset.withExperimentalOptions
(Map<String, String> experimentalOptions) Set the experimentalOptions property: Dictionary containing key value pairs for parameters not exposed in the preset itself.FaceDetectorPreset.withMode
(FaceRedactorMode mode) Set the mode property: This mode provides the ability to choose between the following settings: 1) Analyze - For detection only.This mode generates a metadata JSON file marking appearances of faces throughout the video.Where possible, appearances of the same person are assigned the same ID.FaceDetectorPreset.withResolution
(AnalysisResolution resolution) Set the resolution property: Specifies the maximum resolution at which your video is analyzed.