<!--
{
  "documentType" : "article",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/detector-accuracy-options",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Detector Accuracy Options"
}
-->

# Detector Accuracy Options

Value options used to specify the desired accuracy of the detector.

## Topics

### Constants

[`let CIDetectorAccuracyLow: String`](/documentation/CoreImage/CIDetectorAccuracyLow)

Indicates that the detector should choose techniques that are lower in accuracy, but can be processed more quickly.

[`let CIDetectorAccuracyHigh: String`](/documentation/CoreImage/CIDetectorAccuracyHigh)

Indicates that the detector should choose techniques that are higher in accuracy, even if it requires more processing time.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)