[[["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 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. |"]]