Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Face

The detected face.

Properties

boundingPolygon

boundingPolygon: BoundingPolygon

confidence

confidence: number

The confidence score, between 0 and 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional landmarks

landmarks: Array<Landmark>

A point of interest within a face.

qualityScore

qualityScore: number

The quality score of the face detected, between 0 and 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Face): object

getJsonObj

  • getJsonObj(obj: Face): object