DocumentDetectorSuccess constructor

DocumentDetectorSuccess(
  1. List<Capture> captures,
  2. String? type,
  3. String? trackingId
)

Implementation

DocumentDetectorSuccess(this.captures, this.type, this.trackingId);