DetectionFilter class

A set of parameters that allow you to filter out certain results from your returned results.

Constructors

DetectionFilter({double? minBoundingBoxHeight, double? minBoundingBoxWidth, double? minConfidence})

Properties

hashCode int
The hash code for this object.
no setterinherited
minBoundingBoxHeight double?
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.
final
minBoundingBoxWidth double?
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.
final
minConfidence double?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited