DocumentAnalysis class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- DocumentAnalysis({required DocumentAuthenticityMatchCode authenticity, required ImageQuality imageQuality, required PhysicalDocumentExtractedDataAnalysis? extractedData})
-
DocumentAnalysis.fromJson(Map<
String, dynamic> json) -
factory
Properties
- authenticity → DocumentAuthenticityMatchCode
-
final
- extractedData → PhysicalDocumentExtractedDataAnalysis?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- imageQuality → ImageQuality
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{DocumentAuthenticityMatchCode? authenticity, ImageQuality? imageQuality, PhysicalDocumentExtractedDataAnalysis? extractedData}) → DocumentAnalysis -
Available on DocumentAnalysis, provided by the $DocumentAnalysisExtension extension
-
copyWithWrapped(
{Wrapped< DocumentAuthenticityMatchCode> ? authenticity, Wrapped<ImageQuality> ? imageQuality, Wrapped<PhysicalDocumentExtractedDataAnalysis?> ? extractedData}) → DocumentAnalysis -
Available on DocumentAnalysis, provided by the $DocumentAnalysisExtension extension
-
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.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const DocumentAnalysis Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DocumentAnalysis instance)