FaceRedactorMode Struct

Definition

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