LicensePlateScanResult class
Result of license plate scanning
Constructors
- LicensePlateScanResult({String countryCode = '', String licensePlate = '', String rawText = '', double confidence = 0.0})
 - LicensePlateScanResult.canceled()
 - LicensePlateScanResult.error(String message)
 - 
          LicensePlateScanResult.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- confidence ↔ double
 - 
  The confidence of the recognition
  getter/setter pair
 - countryCode ↔ String
 - 
  The country code of the license plate
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - licensePlate ↔ String
 - 
  The number on the license plate
  getter/setter pair
 - message ↔ String?
 - 
  Message with description of returned result, for example, error message
  getter/setter pairinherited
 - operationResult ↔ OperationResult?
 - 
  Standart result status
  getter/setter pairinherited
 - rawText ↔ String
 - 
  The raw detected text
  getter/setter pair
 - 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