StructuredDataExtractionResult class

Result of structured data extraction

Constructors

StructuredDataExtractionResult.new({required StructuredDataType type, required Map<String, dynamic> data, required String rawData})
Creates a new StructuredDataExtractionResult

Properties

data Map<String, dynamic>
The extracted data
final
hashCode int
The hash code for this object.
no setterinherited
rawData String
The raw data as a string
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type StructuredDataType
The type of structured data
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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