חומר עזר בנושא MLKitPoseDetectionCommon Framework
תנוחה
תיאור של תוצאה של זיהוי תנוחה.
-
מערך של כל ציוני הדרך בתנוחה שזוהתה.
-
-
מחזירה את מאפיין התווית שתואם לסוג נתון.
פרמטרים
type
|
סוג ציון הדרך שצריך להחזיר.
|
הערך המוחזר
ציון הדרך שתואם ל-type
.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-15 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]