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;
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`MLKStroke` represents a sequence of touch points, from pen/touch down to pen/touch up."],["It provides access to a list of touch points as `StrokePoint` objects through the `points` property."],["You should initialize a `MLKStroke` instance using the designated initializer `initWithPoints:`, providing an array of `StrokePoint` objects."]]],[]]