AnalyzeDocumentResponse class

Constructors

AnalyzeDocumentResponse({String? analyzeDocumentModelVersion, List<Block>? blocks, DocumentMetadata? documentMetadata, HumanLoopActivationOutput? humanLoopActivationOutput})
AnalyzeDocumentResponse.fromJson(Map<String, dynamic> json)
factory

Properties

analyzeDocumentModelVersion String?
The version of the model used to analyze the document.
final
blocks List<Block>?
The items that are detected and analyzed by AnalyzeDocument.
final
documentMetadata DocumentMetadata?
Metadata about the analyzed document. An example is the number of pages.
final
hashCode int
The hash code for this object.
no setterinherited
humanLoopActivationOutput HumanLoopActivationOutput?
Shows the results of the human in the loop evaluation.
final
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
toString() String
A string representation of this object.
inherited

Operators

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