DetectDocumentTextResponse constructor

DetectDocumentTextResponse({
  1. List<Block>? blocks,
  2. String? detectDocumentTextModelVersion,
  3. DocumentMetadata? documentMetadata,
})

Implementation

DetectDocumentTextResponse({
  this.blocks,
  this.detectDocumentTextModelVersion,
  this.documentMetadata,
});