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;