class Aws::Rekognition::Types::DetectionFilter
A set of parameters that allow you to filter out certain results from your returned results.
@note When making an API call, you may pass DetectionFilter
data as a hash: { min_confidence: 1.0, min_bounding_box_height: 1.0, min_bounding_box_width: 1.0, }
@!attribute [rw] min_confidence
Sets the confidence of word detection. Words with detection confidence below this will be excluded from the result. Values should be between 50 and 100 as Text in Video will not return any result below 50. @return [Float]
@!attribute [rw] min_bounding_box_height
Sets the minimum height of the word bounding box. Words with bounding box heights lesser than this value will be excluded from the result. Value is relative to the video frame height. @return [Float]
@!attribute [rw] min_bounding_box_width
Sets the minimum width of the word bounding box. Words with bounding boxes widths lesser than this value will be excluded from the result. Value is relative to the video frame width. @return [Float]
Constants
- SENSITIVE