GetDocumentTextDetectionResponse constructor

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

Implementation

GetDocumentTextDetectionResponse({
  this.blocks,
  this.detectDocumentTextModelVersion,
  this.documentMetadata,
  this.jobStatus,
  this.nextToken,
  this.statusMessage,
  this.warnings,
});