MLKitPoseDetectionCommon Framework রেফারেন্স
ভঙ্গি
একটি ভঙ্গি সনাক্তকরণ ফলাফল বর্ণনা করে।
সনাক্ত করা ভঙ্গিতে সমস্ত ল্যান্ডমার্কের একটি অ্যারে।
একটি প্রদত্ত প্রকারের সাথে সঙ্গতিপূর্ণ ল্যান্ডমার্ক প্রদান করে।
পরামিতি
type | ল্যান্ডমার্কের ধরন যা ফেরত দিতে হবে। |
রিটার্ন ভ্যালু
ল্যান্ডমার্ক যা type
সাথে মিলে যায়।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`Pose` class in iOS describes the results of pose detection, including the location of body joints."],["It provides an array of landmarks representing different body parts, accessible via the `landmarks` property."],["You can retrieve a specific landmark using its type with the `landmark(ofType:)` method."],["The `Pose` object is created internally by the Pose Detection API and cannot be directly instantiated."]]],["The `Pose` class represents a pose detection result. It provides an array of `landmarks`, which are the individual points detected in the pose. You can access all the landmarks via the `landmarks` property. Additionally, the class includes a method, `landmark(ofType:)`, that allows retrieval of a specific landmark based on its type. Initialization using `-init` is unavailable. The `Pose` class does not allow manual instantiation.\n"]]