Skip to main content

TRekognitionGetTextDetectionRequest

Class in AWS.Rekognition

GetTextDetection request class.

Ancestors

Constructors

Create

constructor Create(const AJobId: string); overload;

Constructor for TRekognitionGetTextDetectionRequest.

Parameters

NameDescription
AJobIdSpecify the identifier for the required text detection job.

constructor Create(const AJobId: string; const AMaxResults: Integer; const ANextToken: string = ''); overload;

Constructor for TRekognitionGetTextDetectionRequest.

Parameters

NameDescription
AJobIdSpecify the identifier for the required text detection job.
AMaxResultsSpecify the maximum number of results to return. Valid range: 1 - 1000.
ANextTokenSpecify the NextToken from a previous response to fetch the next page of results.