GetDocumentAnalysisResponse constructor

GetDocumentAnalysisResponse({
  1. String? analyzeDocumentModelVersion,
  2. List<Block>? blocks,
  3. DocumentMetadata? documentMetadata,
  4. JobStatus? jobStatus,
  5. String? nextToken,
  6. String? statusMessage,
  7. List<Warning>? warnings,
})

Implementation

GetDocumentAnalysisResponse({
  this.analyzeDocumentModelVersion,
  this.blocks,
  this.documentMetadata,
  this.jobStatus,
  this.nextToken,
  this.statusMessage,
  this.warnings,
});