Can be null if no landmark is detected. Note that it is either all the landmarks are detected or none of them are. Landmarks that are not actually visible in the input image could still be returned with coordinates but will likely have low in-frame-likelihood indicating they are outside the frame.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `Pose` class, a result of `PoseDetection`, provides methods to access detected `PoseLandmark`s. `getAllPoseLandmarks()` returns a non-null, immutable list of all detected landmarks, which can be empty. `getPoseLandmark(int poseLandmarkType)` returns a specific landmark based on its type, or `null` if not detected. If a landmark is detected all other landmark are detected, some landmarks might have low in-frame likelihood if they are not visible.\n"]]