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?: undefined | number
Property Value
undefined | number
faceRectangle
Location of the identified face in the image.
faceRectangle?: FaceRectangle
Property Value
name
Name of the celebrity.
name?: undefined | string
Property Value
undefined | string