Other Protocols

The following protocols are available globally.

  • Delegate protocol for handling results from an Audio Capture Reader.

    See more

    Declaration

    Objective-C

    @protocol DMSAudioCaptureReaderResultsDelegate <NSObject>

    Swift

    protocol AudioCaptureReaderResultsDelegate : NSObjectProtocol
  • Delegate protocol for returning results from a DMSDetectorViewController. Delegates can implement this protocol to either respond to a new result or a cancel result from a DMSDetectorViewController. Implementors are responsible for dismissing a DMSDetectorViewController as a modal view controller themselves, so the detectorViewControllerDidCancel: delegate method should be used to dismiss the view controller.

    See more

    Declaration

    Objective-C

    @protocol DMSDetectorViewControllerDelegate <NSObject>

    Swift

    protocol DetectorViewControllerDelegate : NSObjectProtocol
  • Delegate protocol for handling results from a Video Capture Reader.

    See more

    Declaration

    Objective-C

    @protocol DMSVideoCaptureReaderResultsDelegate <NSObject>

    Swift

    protocol VideoCaptureReaderResultsDelegate : NSObjectProtocol