Class VNFaceObservation

    • Constructor Detail

      • VNFaceObservation

        public VNFaceObservation()
      • VNFaceObservation

        protected VNFaceObservation​(NSObject.Handle h,
                                    long handle)
      • VNFaceObservation

        public VNFaceObservation​(long requestRevision,
                                 CGRect boundingBox,
                                 NSNumber roll,
                                 NSNumber yaw)
        Since:
        Available in iOS 12.0 and later.
    • Method Detail

      • getRoll

        public NSNumber getRoll()
        Since:
        Available in iOS 12.0 and later.
      • getYaw

        public NSNumber getYaw()
        Since:
        Available in iOS 12.0 and later.
      • create

        protected static long create​(long requestRevision,
                                     CGRect boundingBox,
                                     NSNumber roll,
                                     NSNumber yaw)
        Since:
        Available in iOS 12.0 and later.