GiniVisionResultsDelegate
@objc
public protocol GiniVisionResultsDelegate
The GiniVisionResultsDelegate protocol defines methods that allow you to handle the analysis result.
-
Called when the analysis finished with results
Declaration
Swift
func giniVisionAnalysisDidFinishWith(result: AnalysisResult, sendFeedbackBlock: @escaping ([String : Extraction]) -> Void)Parameters
resultContains the analysis result
sendFeedbackBlockBlock used to send feeback once the results have been corrected
-
Called when the analysis finished without results.
Declaration
Swift
func giniVisionAnalysisDidFinishWithoutResults(_ showingNoResultsScreen: Bool)Parameters
showingNoResultsScreenIndicated if the
ImageAnalysisNoResultsViewControllerhas been shown -
Called when the analysis was cancelled.
Declaration
Swift
func giniVisionDidCancelAnalysis()
View on GitHub
GiniVisionResultsDelegate Protocol Reference