CodeDetectionDelegate

Objective-C

@protocol CodeDetectionDelegate <NSObject>
- (void)codeReader:(id<CodeReader>)codeReader didDetectCodes:(NSArray<CodeDetectionObject *> *)codes frameSize:(CGSize) frameSize;
@end

Swift

protocol CodeDetectionDelegate : NSObjectProtocol

Undocumented