AnalyzeDocumentResponse constructor

AnalyzeDocumentResponse({
  1. String? analyzeDocumentModelVersion,
  2. List<Block>? blocks,
  3. DocumentMetadata? documentMetadata,
  4. HumanLoopActivationOutput? humanLoopActivationOutput,
})

Implementation

AnalyzeDocumentResponse({
  this.analyzeDocumentModelVersion,
  this.blocks,
  this.documentMetadata,
  this.humanLoopActivationOutput,
});