MLKitVision Framework Reference

MLKVisionPoint

  @interface 
 MLKVisionPoint 
 : 
 NSObject 
 

A point in an image. The point’s coordinates have the same scale as the original image.

  • x

    The x-coordinate of the point.

    Declaration

    Objective-C

      @property 
     ( 
     nonatomic 
     , 
     readonly 
     ) 
     CGFloat 
     x 
     ; 
     
    
  • y

    The y-coordinate of the point.

    Declaration

    Objective-C

      @property 
     ( 
     nonatomic 
     , 
     readonly 
     ) 
     CGFloat 
     y 
     ; 
     
    
  • Unavailable.

    Declaration

    Objective-C

      - 
     ( 
     nonnull 
     instancetype 
     ) 
     init 
     ; 
     
    
Create a Mobile Website
View Site in Mobile | Classic
Share by: