Skip to main content

IRekognitionStartTextDetectionFilters

Interface in AWS.Rekognition

Interface for StartTextDetectionFilters.

Properties

RegionsOfInterest

property RegionsOfInterest: TList<IRekognitionRegionOfInterest>

Type: IRekognitionRegionOfInterest

A filter to focus on a certain area of the image.

Maximum 10 areas.

WordFilter

property WordFilter: IRekognitionDetectionFilter

Type: IRekognitionDetectionFilter

Optionally, specify criteria to filter out results.

Methods

AddRegionOfInterest

function AddRegionOfInterest(const ARegionOfInterest: IRekognitionRegionOfInterest): NativeInt;

IRekognitionRegionOfInterest

Add a region of interest to RegionsOfInterest.

Parameters

NameDescription
ARegionOfInterestSpecify a region of interest to add to RegionsOfInterest.

Returns

The index of the region of interest added to RegionsOfInterest.