FaceRedactorMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for FaceRedactorMode.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.FaceRedactorModeConverter))]
public struct FaceRedactorMode : IEquatable<Microsoft.Azure.Management.Media.Models.FaceRedactorMode>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.FaceRedactorModeConverter))>]
type FaceRedactorMode = struct
Public Structure FaceRedactorMode
Implements IEquatable(Of FaceRedactorMode)
- Inheritance
-
FaceRedactorMode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Analyze |
Analyze mode detects faces and outputs a metadata file with the results. Allows editing of the metadata file before faces are blurred with Redact mode. |
Combined |
Combined mode does the Analyze and Redact steps in one pass when editing the analyzed faces is not desired. |
Redact |
Redact mode consumes the metadata file from Analyze mode and redacts the faces found. |
Methods
Equals(FaceRedactorMode) |
Compares enums of type FaceRedactorMode |
Equals(Object) |
Overrides Equals operator for FaceRedactorMode |
GetHashCode() |
Returns for hashCode FaceRedactorMode |
ToString() |
Returns string representation for FaceRedactorMode |
Operators
Equality(FaceRedactorMode, FaceRedactorMode) |
Overriding == operator for enum FaceRedactorMode |
Implicit(FaceRedactorMode to String) |
Implicit operator to convert FaceRedactorMode to string |
Implicit(String to FaceRedactorMode) |
Implicit operator to convert string to FaceRedactorMode |
Inequality(FaceRedactorMode, FaceRedactorMode) |
Overriding != operator for enum FaceRedactorMode |
Applies to
Azure SDK for .NET