hasResults(for:)
Returns a Boolean value that indicates whether the analysis finds the specified types in the image.
Declaration
final func hasResults(for analysisTypes: ImageAnalyzer.AnalysisTypes) -> BoolParameters
- analysisTypes:
The data types you want to find in the image.
Return Value
true if the image analysis has results for the specified types; otherwise, false.