MLKitDigitalInkRecognition ফ্রেমওয়ার্ক রেফারেন্স
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
MLKStroke
@interface MLKStroke : NSObject
একটি পেন (resp. টাচ) ডাউন এবং পেন (resp. touch) আপ ইভেন্টের মধ্যে টাচ পয়েন্টের একটি ক্রম উপস্থাপন করে।
StrokePoint
হিসাবে স্পর্শ পয়েন্টের তালিকা।
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly) NSArray<MLKStrokePoint *> *_Nonnull points;
অনুপলব্ধ পরিবর্তে init(points:)
ব্যবহার করুন।
ঘোষণা
উদ্দেশ্য-C
- (nonnull instancetype)init;
প্রদত্ত টাচ পয়েন্টের ক্রম ব্যবহার করে একটি Stroke
অবজেক্ট শুরু করে এবং ফেরত দেয়।
ঘোষণা
উদ্দেশ্য-C
- (nonnull instancetype)initWithPoints:
(nonnull NSArray<MLKStrokePoint *> *)points;
,
MLKStroke
@interface MLKStroke : NSObject
একটি পেন (resp. টাচ) ডাউন এবং পেন (resp. touch) আপ ইভেন্টের মধ্যে টাচ পয়েন্টের একটি ক্রম উপস্থাপন করে।
StrokePoint
হিসাবে স্পর্শ পয়েন্টের তালিকা।
ঘোষণা
উদ্দেশ্য-C
@property (nonatomic, readonly) NSArray<MLKStrokePoint *> *_Nonnull points;
অনুপলব্ধ পরিবর্তে init(points:)
ব্যবহার করুন।
ঘোষণা
উদ্দেশ্য-C
- (nonnull instancetype)init;
প্রদত্ত টাচ পয়েন্টের ক্রম ব্যবহার করে একটি Stroke
অবজেক্ট শুরু করে এবং ফেরত দেয়।
ঘোষণা
উদ্দেশ্য-C
- (nonnull instancetype)initWithPoints:
(nonnull NSArray<MLKStrokePoint *> *)points;
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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;"]]