knownAnimalIdentifiers(forRevision:)
Returns a list of animal identifiers the recognition algorithm supports for the specified revision.
Declaration
class func knownAnimalIdentifiers(forRevision requestRevision: Int) throws -> [VNAnimalIdentifier]Parameters
- requestRevision:
The revision of the animal recognition request.
Return Value
The animal identifiers.