ImageEn, unit iexGoogleApi

TIEGoogleVision.HasFaceAnnotations

TIEGoogleVision.HasFaceAnnotations

Declaration

function HasFaceAnnotations(): Boolean;

Description

Returns True if there are valid results for Face detection (from a iegrFaceDetection request).

  

Example

// Check whether face annotations are available
b := IEGoogleVision1.HasFaceAnnotations();