Uses of Class
com.azure.resourcemanager.mediaservices.models.FaceRedactorMode
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of FaceRedactorMode in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final FaceRedactorMode
FaceRedactorMode.ANALYZE
Static value Analyze for FaceRedactorMode.static final FaceRedactorMode
FaceRedactorMode.COMBINED
Static value Combined for FaceRedactorMode.static final FaceRedactorMode
FaceRedactorMode.REDACT
Static value Redact for FaceRedactorMode.Modifier and TypeMethodDescriptionstatic FaceRedactorMode
FaceRedactorMode.fromString
(String name) Creates or finds a FaceRedactorMode from its string representation.FaceDetectorPreset.mode()
Get 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.Modifier and TypeMethodDescriptionstatic Collection<FaceRedactorMode>
FaceRedactorMode.values()
Gets known FaceRedactorMode values.Modifier and TypeMethodDescriptionFaceDetectorPreset.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.