MLKitVision फ़्रेमवर्क रेफ़रंस

MLKVisionPoint


@interface MLKVisionPoint : NSObject

इमेज में मौजूद कोई पॉइंट. बिंदु के निर्देशांकों का स्केल मूल इमेज के जैसा ही है.

  • x

    पॉइंट का x-कोऑर्डिनेट.

    एलान

    Objective-C

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

    पॉइंट का y-कोऑर्डिनेट.

    एलान

    Objective-C

    @property (nonatomic, readonly) CGFloat y;
  • उपलब्ध नहीं हैं.

    एलान

    Objective-C

    - (nonnull instancetype)init;