Skip to content

Commit 1b28240

Browse files
committed
Add VNImageRequestHandler::perform as safe function
1 parent 70d5f4d commit 1b28240

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

framework-crates/objc2-vision/translation-config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class.VNTargetedImageRequest.methods."initWithTargetedCMSampleBuffer:orientation
9898
###
9999

100100
class.VNImageRequestHandler.methods."initWithData:options:".unsafe = false
101+
class.VNImageRequestHandler.methods."performRequests:error:".unsafe = false
101102

102103
class.VNRecognizedText.methods.string.unsafe = false
103104
class.VNRecognizedText.methods.confidence.unsafe = false

generated

0 commit comments

Comments
 (0)