FaceRedactorMode

enum FaceRedactorMode : Enum<FaceRedactorMode> , ConvertibleToJava<FaceRedactorMode>

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. 2) Combined - Additionally redacts(blurs) detected faces. 3) Redact - This enables a 2-pass process, allowing for selective redaction of a subset of detected faces.It takes in the metadata file from a prior analyze pass, along with the source video, and a user-selected subset of IDs that require redaction.

Entries

Link copied to clipboard

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.

Link copied to clipboard

Redact mode consumes the metadata file from Analyze mode and redacts the faces found.

Link copied to clipboard

Combined mode does the Analyze and Redact steps in one pass when editing the analyzed faces is not desired.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: FaceRedactorMode
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): FaceRedactorMode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.