RecognizedRect class

Constructors

RecognizedRect({required num x, required num y, required num width, required num height})
RecognizedRect.fromJson(Map<String, dynamic> json)
factory

Properties

bottom num?
底坐标值(与 y + height 具有相同的值,如果 height 为负值,则为 y 的值)。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height num
高度。
getter/setter pair
left num?
左坐标值(与 x 具有相同的值,如果 width 为负值,则为 x + width 的值)。
getter/setter pair
右坐标值(与 x + width 具有相同的值,如果width 为负值,则为 x 的值)。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top num?
顶坐标值(与 y 具有相同的值,如果 height 为负值,则为 y + height 的值)。
getter/setter pair
width num
宽度。
getter/setter pair
x num
x 坐标。
getter/setter pair
y num
y 坐标。
getter/setter pair

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