GenericDocument constructor
      
      GenericDocument({})
     
    
    
Implementation
GenericDocument({
  required this.type,
  required this.fields,
  required this.children,
  required this.quad,
  required this.quadInRoot,
  ImageRef? crop,
  this.confidence = 0.0,
  this.confidenceWeight = 0.0,
}) : crop = crop ?? null;