knownClassifications(forRevision:)
Requests the collection of classifications that the Vision framework recognizes.
Declaration
class func knownClassifications(forRevision requestRevision: Int) throws -> [VNClassificationObservation]Parameters
- requestRevision:
The revision of the request for which to report classifications.
Return Value
An array of classifications for the revision, or nil if an error occurs.