FaceConfidenceRegion


public final class FaceConfidenceRegion


Represents the regions of face tracking confidence.

Summary

Public fields

static final @NonNull FaceConfidenceRegion

Represents the left upper region of the face.

static final @NonNull FaceConfidenceRegion

Represents the lower region of the face.

static final @NonNull FaceConfidenceRegion

Represents the right upper region of the face.

Public methods

@NonNull String

Public fields

FACE_CONFIDENCE_REGION_LEFT_UPPER

public static final @NonNull FaceConfidenceRegion FACE_CONFIDENCE_REGION_LEFT_UPPER

Represents the left upper region of the face.

FACE_CONFIDENCE_REGION_LOWER

public static final @NonNull FaceConfidenceRegion FACE_CONFIDENCE_REGION_LOWER

Represents the lower region of the face.

FACE_CONFIDENCE_REGION_RIGHT_UPPER

public static final @NonNull FaceConfidenceRegion FACE_CONFIDENCE_REGION_RIGHT_UPPER

Represents the right upper region of the face.

Public methods

toString

public @NonNull String toString()