---
title: confidence
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vnrecognizedtext/confidence
---

# confidence

A normalized confidence score for the text recognition result.

## Declaration

```swift
var confidence: VNConfidence { get }
```

## Discussion

Discussion The confidence level is a normalized value between 0.0 and 1.0, where 1.0 represents the highest confidence.

## See Also

### Determining Recognized Text

- [string](vision/vnrecognizedtext/string.md)
