ClassifyDocumentResponse constructor

ClassifyDocumentResponse({
  1. List<DocumentClass>? classes,
  2. List<DocumentLabel>? labels,
})

Implementation

ClassifyDocumentResponse({
  this.classes,
  this.labels,
});