DetectionFilter
A set of parameters that allow you to filter out certain results from your returned results.
Contents
- MinBoundingBoxHeight
-
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.
Type: Float
Valid Range: Minimum value of 0. Maximum value of 1.
Required: No
- MinBoundingBoxWidth
-
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.
Type: Float
Valid Range: Minimum value of 0. Maximum value of 1.
Required: No
- MinConfidence
-
Sets the confidence of word detection. Words with detection confidence below this will be excluded from the result. Values should be between 0 and 100. The default MinConfidence is 80.
Type: Float
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: