Stay organized with collections
Save and categorize content based on your preferences.
public static final enum
AugmentedFace.RegionType
Defines face regions to query the pose for. Left and right are defined relative to the person
that the mesh belongs to. To retrieve the center pose use AugmentedFace.getCenterPose().
[[["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."],[[["`AugmentedFace.RegionType` defines specific face regions (FOREHEAD_LEFT, FOREHEAD_RIGHT, NOSE_TIP) used to query their poses in AR applications."],["Left and right regions are defined from the perspective of the person being tracked, not the viewer."],["Use `AugmentedFace.getCenterPose()` to retrieve the center pose of the face, as this enum only provides region-specific poses."],["This enum inherits standard methods from Java classes like `Enum`, `Object`, `Constable`, and `Comparable`, providing basic functionality."],["Each enum value represents a specific face region with corresponding Java documentation for clarity and usage."]]],[]]