Cell class
Cell will basically provide the tabular information about the label, verificationStatus etc about the prediction made.
Constructors
- Cell({required String? id, required int? row, required int? col, required int? rowSpan, required int? colSpan, required String? label, required int? xmin, required int? ymin, required int? xmax, required int? ymax, required double? score, required String? text, required String? rowLabel, required String? verificationStatus, required String? status, required String? failedValidation, required String? labelId})
-
Cell.fromJson(Map<
String, dynamic> json) -
factory
Properties
- col → int?
-
final
- colSpan → int?
-
final
- failedValidation → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- label → String?
-
final
- labelId → String?
-
final
- row → int?
-
final
- rowLabel → String?
-
final
- rowSpan → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double?
-
final
- status → String?
-
final
- text → String?
-
final
- verificationStatus → String?
-
final
- xmax → int?
-
final
- xmin → int?
-
final
- ymax → int?
-
final
- ymin → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited