forceDocFormat property

int? forceDocFormat

Force use of specified document format when locating and recognizing document to reduce the number of candidates.

Implementation

int? get forceDocFormat => _forceDocFormat;
void forceDocFormat=(int? val)

Implementation

set forceDocFormat(int? val) {
  _forceDocFormat = val;
  _set({"forceDocFormat": val});
}