setUseDetectCardOnly method

OCRConfigurationBuilder setUseDetectCardOnly(
  1. bool useDetectCardOnly
)

Implementation

OCRConfigurationBuilder setUseDetectCardOnly(bool useDetectCardOnly) {
  this.useDetectCardOnly = useDetectCardOnly;
  return this;
}