The Mobile Vision API is deprecated

<GMVDataOutputDelegate> Protocol

Stay organized with collections Save and categorize content based on your preferences.

<GMVDataOutputDelegate> Protocol Reference

Overview

The GMVDataOutput's delegate.

It is informed about detection states and results.

Inherits <NSObject>.

Inherited by <GMVFocusingDataOutputDelegate>.

Instance Method Summary

(void) - dataOutputWillStartDetection:
 Notification that a camera frame has been received and that the detector will start the detection process. More...
 
(void) - dataOutput:didFinishedDetection:
 Notification that a detection has finished. More...
 

Method Detail

- (void) dataOutputWillStartDetection: (GMVDataOutput *)  dataOutput
optional

Notification that a camera frame has been received and that the detector will start the detection process.

Parameters
dataOutputThe GMVDataOutput object requesting the call.
- (void) dataOutput: (GMVDataOutput *)  dataOutput
didFinishedDetection: (NSArray< __kindof GMVFeature * > *)  results 
optional

Notification that a detection has finished.

Parameters
dataOutputThe GMVDataOutput object requesting the call.
resultsThe full detection results.