public static interface DetectionFilter.Builder extends SdkPojo, CopyableBuilder<DetectionFilter.Builder,DetectionFilter>
| Modifier and Type | Method and Description |
|---|---|
DetectionFilter.Builder |
minBoundingBoxHeight(Float minBoundingBoxHeight)
Sets the minimum height of the word bounding box.
|
DetectionFilter.Builder |
minBoundingBoxWidth(Float minBoundingBoxWidth)
Sets the minimum width of the word bounding box.
|
DetectionFilter.Builder |
minConfidence(Float minConfidence)
Sets confidence of word detection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectionFilter.Builder minConfidence(Float minConfidence)
Sets confidence of word detection. Words with detection confidence below this will be excluded from the result. Values should be between 0.5 and 1 as Text in Video will not return any result below 0.5.
minConfidence - Sets confidence of word detection. Words with detection confidence below this will be excluded from
the result. Values should be between 0.5 and 1 as Text in Video will not return any result below 0.5.DetectionFilter.Builder minBoundingBoxHeight(Float 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.
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.DetectionFilter.Builder minBoundingBoxWidth(Float 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.
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.Copyright © 2021. All rights reserved.