MLKitDigitalInkRecognition フレームワーク リファレンス
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
MLKStroke
@interface MLKStroke : NSObject
ペン(タップに反応する)とペン(タッチに反応する)の間の一連のタッチポイントを表します。
イベントです。
-
StrokePoint
としてのタッチポイントのリスト。
宣言
Objective-C
@property (nonatomic, readonly) NSArray<MLKStrokePoint *> *_Nonnull points;
-
使用できません。init(points:)
を代わりに使用してください。
宣言
Objective-C
- (nonnull instancetype)init;
-
指定された一連のタッチポイントを使用して、Stroke
オブジェクトを初期化して返します。
宣言
Objective-C
- (nonnull instancetype)initWithPoints:
(nonnull NSArray<MLKStrokePoint *> *)points;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003e\u003ccode\u003eMLKStroke\u003c/code\u003e represents a sequence of touch points, from pen/touch down to pen/touch up.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to a list of touch points as \u003ccode\u003eStrokePoint\u003c/code\u003e objects through the \u003ccode\u003epoints\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eYou should initialize a \u003ccode\u003eMLKStroke\u003c/code\u003e instance using the designated initializer \u003ccode\u003einitWithPoints:\u003c/code\u003e, providing an array of \u003ccode\u003eStrokePoint\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,["# MLKitDigitalInkRecognition Framework Reference\n\nMLKStroke\n=========\n\n\n @interface MLKStroke : NSObject\n\nRepresents a sequence of touch points between a pen (resp. touch) down and pen (resp. touch) up\nevent.\n- `\n ``\n ``\n `\n\n ### [points](#/c:objc(cs)MLKStroke(py)points)\n\n `\n ` \n List of touch points as `StrokePoint`. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSArray\u003c../Classes/MLKStrokePoint.html *\u003e *_Nonnull points;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MLKStroke(im)init)\n\n `\n ` \n Unavailable. Use `init(points:)` instead. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;\n\n- `\n ``\n ``\n `\n\n ### [-initWithPoints:](#/c:objc(cs)MLKStroke(im)initWithPoints:)\n\n `\n ` \n Initializes and returns a `Stroke` object using the sequence of touch points provided. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)initWithPoints:\n (nonnull NSArray\u003c../Classes/MLKStrokePoint.html *\u003e *)points;"]]