ButlerResult class
- Implementers
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ButlerResult()
- ButlerResult.fromButlerResult(ButlerResult result)
-
ButlerResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- confidenceScore ↔ String?
-
getter/setter pair
- documentId ↔ String?
-
getter/setter pair
- documentStatus ↔ String?
-
getter/setter pair
- documentType ↔ String?
-
getter/setter pair
- fileName ↔ String?
-
getter/setter pair
-
formFields
↔ List<
ButlerField> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mimeType ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tables
↔ List<
ButlerTable> ? -
getter/setter pair
- uploadId ↔ String?
-
The uploadId is used to delete the document and results after if needed.
getter/setter pair
Methods
-
getField(
String fieldName) → String? -
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