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 the confidence of word detection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectionFilter.Builder minConfidence(Float 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.
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.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 © 2023. All rights reserved.