AiDetect class

Constructors

AiDetect(AICommand _command)

Properties

aiConfigMap Map<String, dynamic>?
getter/setter pair
areaIntrusionPlanData Map?
getter/setter pair
carRetrogradePlanData Map?
getter/setter pair
crossBorderPlanData Map?
getter/setter pair
firePlanData Map?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
illegalParkingPlanData Map?
getter/setter pair
offPostMonitorPlanData Map?
getter/setter pair
packageDetectPlanData Map?
getter/setter pair
personStayPlanData Map?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configAiDetectPlan(int type, {required List records, int enable = 1, int timeout = 5}) Future<bool>
getAiDetectData(int aiType, {int timeout = 5}) Future<bool>
getAiDetectPlan(int type, {int timeout = 5}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAiDetectData(int aiType, String aiConfigSring, {int timeout = 5}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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