Skip to content

Commit

Permalink
Add VNImageRequestHandler::perform as safe function
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeralnik committed Dec 9, 2024
1 parent bed454c commit fc20ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions framework-crates/objc2-vision/translation-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class.VNTargetedImageRequest.methods."initWithTargetedCMSampleBuffer:orientation
###

class.VNImageRequestHandler.methods."initWithData:options:".unsafe = false
class.VNImageRequestHandler.methods."performRequests:error:".unsafe = false

class.VNRecognizedText.methods.string.unsafe = false
class.VNRecognizedText.methods.confidence.unsafe = false
Expand Down
2 changes: 1 addition & 1 deletion generated

0 comments on commit fc20ae2

Please sign in to comment.