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