Classes

The following classes are available globally.

  • Action needed and callback for developer to indicate action’s completion.

    See more

    Declaration

    Swift

    class FaceActionRequiredFromApplicationTask : NSObject
  • Represents the options and parameters used to initialize a AZFaceAnalysisOptions instance

    See more

    Declaration

    Swift

    class FaceAnalysisOptions : NSObject
  • Defines face analyzed details.

    See more

    Declaration

    Swift

    class FaceAnalyzedDetails : NSObject
  • Defines the result of recognizing the identity of a face and confidence.

    See more

    Declaration

    Swift

    class FaceRecognitionResult : NSObject
  • Result of liveness analysis with confidence.

    See more

    Declaration

    Swift

    class FaceLivenessResult : NSObject
  • AZAnalyzedFace holds the bounding box, UUID, pose, AnalyzedResults, and other values for a face. An array of AnalyzedFace elements is the returned after performing FaceAnalyer::AnalyzeOnce(), for example.

    See more

    Declaration

    Swift

    class AnalyzedFace : NSObject
  • Defines face analyzed result.

    See more

    Declaration

    Swift

    class FaceAnalyzedResult : NSObject
  • Performs face analysis on the specified image/camera input, and gets analysed face as result.

    See more

    Declaration

    Swift

    class FaceAnalyzer : NSObject
  • Represents the options and parameters used to initialize a AZVisionSession instance

    See more

    Declaration

    Swift

    class FaceAnalyzerCreateOptions : NSObject
  • Defines analyzing face.

    See more

    Declaration

    Swift

    class AnalyzingFace : NSObject
  • Defines face analyzing result.

    See more

    Declaration

    Swift

    class FaceAnalyzingResult : NSObject