ClassifyDocumentResponse constructor
ClassifyDocumentResponse({
- List<
DocumentClass> ? classes, - List<
DocumentLabel> ? labels,
Implementation
ClassifyDocumentResponse({
this.classes,
this.labels,
});