MLKitPoseDetectionCommon Çerçeve Referansı
Poz
Poz algılama sonucunu açıklar.
-
Algılanan pozdaki tüm önemli noktaların dizisi.
-
-
Belirli bir türe karşılık gelen yer işaretini döndürür.
Parametreler
type
|
Döndürülmesi gereken önemli noktanın türü.
|
Döndürülen Değer
type
öğesine karşılık gelen önemli nokta.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 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"]]