CelebritiesModel interface
An object describing possible celebrity identification.
Properties
confidence | Confidence level for the celebrity recognition as a value ranging from 0 to 1. |
face |
Location of the identified face in the image. |
name | Name of the celebrity. |
Property Details
confidence
Confidence level for the celebrity recognition as a value ranging from 0 to 1.
confidence?: number
Property Value
number
faceRectangle
Location of the identified face in the image.
faceRectangle?: FaceRectangle
Property Value
name
Name of the celebrity.
name?: string
Property Value
string