IRekognitionTextDetection
Interface in AWS.Rekognition
Interface for TextDetection.
Properties
Confidence
property Confidence: TOptional<Single>
The confidence that Amazon Rekognition has in the accuracy of the detected text and the geometry points around the detected text.
Valid range: 0 - 100.
DetectedText
property DetectedText: string
The word or line of text detected.
Geometry
property Geometry: IRekognitionGeometry
Type: IRekognitionGeometry
The location of the detected text in the image.
Id
property Id: TOptional<Integer>
The identifier for the detected text.
The identifier is only unique for a single call to DetectText.
ParentId
property ParentId: TOptional<Integer>
The parent identifier for the detected text identified by the value of Id.
If the Type of detected text is LINE, the value of ParentId is empty.
Type
property Type: string
The type of detected text.
Valid values: LINE | WORD.