ImageEn, unit iexGoogleApi

TIEGoogleVision.HasSafeSearchAnnotation

TIEGoogleVision.HasSafeSearchAnnotation

Declaration

function HasSafeSearchAnnotation(): Boolean;

Description

Returns True if there are valid results for SafeSearch: Explicit content detection (from a iegrSafeSearchDetection request).

Example

// Check whether safe search annotation are available
b := IEGoogleVision1.HasSafeSearchAnnotation();