Stay organized with collections
Save and categorize content based on your preferences.
GARAugmentedFaceRegionType
Summary
Enumerations
GARAugmentedFaceRegionType
GARAugmentedFaceRegionType
Defines face regions to query the transforms for.
Left and right are defined relative to the person that the mesh belongs to. To retrieve the center transform use GARAugmentedFace.centerTransform
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-14 UTC.
[null,null,["Last updated 2025-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eGARAugmentedFaceRegionType\u003c/code\u003e defines specific regions on a detected face, such as the nose, left forehead, and right forehead, for applying augmented reality transformations.\u003c/p\u003e\n"],["\u003cp\u003eThese regions allow developers to query transforms and manipulate AR elements relative to those facial features.\u003c/p\u003e\n"],["\u003cp\u003eLeft and right forehead regions are defined from the perspective of the person being tracked, not the viewer.\u003c/p\u003e\n"],["\u003cp\u003eThe center of the face can be accessed using \u003ccode\u003eGARAugmentedFace.centerTransform\u003c/code\u003e, which is distinct from the defined regions.\u003c/p\u003e\n"]]],[],null,["# GARAugmentedFaceRegionType\n==========================\n\nSummary\n-------\n\n| ### Enumerations ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|\n| [GARAugmentedFaceRegionType](#garaugmentedfaceregiontype)`{` ` `[GARAugmentedFaceRegionTypeNose](#garaugmentedfaceregiontypenose)` = 0,` ` `[GARAugmentedFaceRegionTypeForeheadLeft](#garaugmentedfaceregiontypeforeheadleft)` = 1,` ` `[GARAugmentedFaceRegionTypeForeheadRight](#garaugmentedfaceregiontypeforeheadright)` = 2` `}` | enum Defines face regions to query the transforms for. |\n\nEnumerations\n------------\n\n### GARAugmentedFaceRegionType\n\n```text\n GARAugmentedFaceRegionType\n``` \nDefines face regions to query the transforms for.\n\nLeft and right are defined relative to the person that the mesh belongs to. To retrieve the center transform use [GARAugmentedFace.centerTransform](/ar/reference/ios/interface/GARAugmentedFace#centertransform).\n\n| Properties ||\n|-----------------------------------------|---------------------------------------------------------------|\n| GARAugmentedFaceRegionTypeForeheadLeft | The region at the detected face's left side of the forehead. |\n| GARAugmentedFaceRegionTypeForeheadRight | The region at the detected face's right side of the forehead. |\n| GARAugmentedFaceRegionTypeNose | The region at the tip of the nose. |"]]