VayAnalyserInput

public protocol VayAnalyserInput

A protocol that represents an Analyser Input behavior.

  • Input image as Data

    Declaration

    Swift

    var inputImage: Data { get }
  • Optional timestamp at image capture time

    Declaration

    Swift

    var timestamp: Date? { get }