topCandidates(_:)
Requests the top candidates for a recognized text string.
Declaration
func topCandidates(_ maxCandidateCount: Int) -> [RecognizedText]Parameters
- maxCandidateCount:
The maximum number of candidates to return, up to
10.
Requests the top candidates for a recognized text string.
func topCandidates(_ maxCandidateCount: Int) -> [RecognizedText]The maximum number of candidates to return, up to 10.