TDetector.detect Method
Overloads
| detect |
Detects a QR Code in an image. |
| detect(TDictionary<TDecodeHintType,TObject>) |
Detects a QR Code in an image. |
Detects a QR Code in an image.
Delphi
function detect: TDetectorResult
Returns
TDetectorResult
TDetectorResult encapsulating results of detecting a QR Code
Detects a QR Code in an image.
Delphi
function detect(const hints: TDictionary<TDecodeHintType, TObject>): TDetectorResult
Parameters
- hints
- TDictionary<TDecodeHintType, TObject>
optional hints to detector
Returns
TDetectorResult
TDetectorResult encapsulating results of detecting a QR Code