AWSRekognitionStartTextDetectionFilters
Objective-C
@interface AWSRekognitionStartTextDetectionFilters
Swift
class AWSRekognitionStartTextDetectionFilters
Set of optional parameters that let you set the criteria text must meet to be included in your response. WordFilter looks at a word’s height, width and minimum confidence. RegionOfInterest lets you set a specific region of the screen to look for text in.
-
Filter focusing on a certain area of the frame. Uses a
BoundingBoxobject to set the region of the screen.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionRegionOfInterest *> *_Nullable regionsOfInterest;Swift
var regionsOfInterest: [AWSRekognitionRegionOfInterest]? { get set } -
Filters focusing on qualities of the text, such as confidence or size.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionDetectionFilter *_Nullable wordFilter;Swift
var wordFilter: AWSRekognitionDetectionFilter? { get set }
View on GitHub
Install in Dash
AWSRekognitionStartTextDetectionFilters Class Reference