ImageEn, unit iexGoogleApi |
|
TIEGoogleVision.FaceAnnotations
Declaration
property FaceAnnotations: TIEGFaceAnnotationArray;
Description
Returns the result array for Face detection (from a
iegrFaceDetection request).
FACE_DETECTION locates faces with bounding polygons, and identifies specific facial "landmarks" such as eyes, ears, nose, mouth, etc. along with their corresponding confidence values.
Also, returns likelihood ratings for emotion (joy, sorrow, anger, surprise) and general image properties (underexposed, blurred, headwear present).
Note:
◼Face detection is also available locally using IEVision:
TIEVisionObjectsFinder◼If you enable
TightFaceBounding,
boundingPoly will return a tighter rect around the face
More Information:
cloud.google.com/vision/docs/features-list