Vision tvOS 13.0 Beta 4 to Beta 5 API Differences

VNCoreMLRequest.h
Declaration
From@property (nonatomic, readwrite) id<MLFeatureProvider> featureProvider
To@property (nonatomic, readwrite, strong) id<MLFeatureProvider> featureProvider

VNDeprecated.h
AvailabilityReplacement
FromAvailablenone
ToDeprecatedUse VNRecognizeAnimalsRequest with VNAnimalIdentifierDog instead

AvailabilityReplacement
FromAvailablenone
ToDeprecatedUse VNRecognizeAnimalsRequest with VNAnimalIdentifierCat instead

VNDetectAnimalRectanglesRequest.h
Removed VNDetectAnimalRectanglesRequest
Removed +[VNDetectAnimalRectanglesRequest knownAnimalDetectorsForRevision:]
Removed VNDetectAnimalRectanglesRequestRevision1
VNRecognizeAnimalsRequest.h
VNRequest.h
Declaration
From@property (nonatomic, readwrite, assign) VNRequestProgressHandler progressHandler
To@property (nonatomic, readwrite, copy) VNRequestProgressHandler progressHandler