public
static
final
Config.AugmentedFaceMode
DISABLED
DISABLED
publicstaticfinalConfig.AugmentedFaceModeDISABLED
Disable Augmented Faces mode.
public
static
final
Config.AugmentedFaceMode
MESH3D
MESH3D
publicstaticfinalConfig.AugmentedFaceModeMESH3D
Face 3D mesh is enabled. Augmented Faces is currently only supported when using the
front-facing (selfie) camera. SeeSession.Feature.FRONT_CAMERAfor details and
additional restrictions.
[[["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."],[[["\u003cp\u003e\u003ccode\u003eConfig.AugmentedFaceMode\u003c/code\u003e is an enum that controls the Augmented Faces subsystem's behavior in ARCore.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two primary modes: \u003ccode\u003eDISABLED\u003c/code\u003e which turns off Augmented Faces, and \u003ccode\u003eMESH3D\u003c/code\u003e which enables 3D face mesh detection.\u003c/p\u003e\n"],["\u003cp\u003eAugmented Faces, including the \u003ccode\u003eMESH3D\u003c/code\u003e mode, currently only functions with the front-facing (selfie) camera and has specific limitations.\u003c/p\u003e\n"],["\u003cp\u003eThis enum inherits methods from \u003ccode\u003ejava.lang.Enum\u003c/code\u003e, \u003ccode\u003ejava.lang.Object\u003c/code\u003e, \u003ccode\u003ejava.lang.constant.Constable\u003c/code\u003e, and \u003ccode\u003ejava.lang.Comparable\u003c/code\u003e, providing functionalities for object comparison and manipulation.\u003c/p\u003e\n"]]],[],null,["# Config.AugmentedFaceMode\n\n`\npublic static final enum\n`**Config.AugmentedFaceMode**`\n` \nSelects the behavior of Augmented Faces subsystem. \n\nInherited Methods\n-----------------\n\nFrom `class\njava.lang.Enum` \n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` final `[Object](https://developer.android.com/reference/java/lang/Object)` ` | clone`()` |\n| ` final int ` | compareTo`(`[Config.AugmentedFaceMode](/ar/reference/java/com/google/ar/core/Config.AugmentedFaceMode)` arg0)` |\n| ` int ` | compareTo`(`[Object](https://developer.android.com/reference/java/lang/Object)` arg0)` |\n| ` final Optional\u003cEnumDesc\u003c`[Config.AugmentedFaceMode](/ar/reference/java/com/google/ar/core/Config.AugmentedFaceMode)`\u003e\u003e ` | describeConstable`()` |\n| ` final boolean ` | equals`(`[Object](https://developer.android.com/reference/java/lang/Object)` arg0)` |\n| ` final void ` | finalize`()` |\n| ` final `[Class](https://developer.android.com/reference/java/lang/Class)`\u003c`[Config.AugmentedFaceMode](/ar/reference/java/com/google/ar/core/Config.AugmentedFaceMode)`\u003e ` | getDeclaringClass`()` |\n| ` final int ` | hashCode`()` |\n| ` final `[String](https://developer.android.com/reference/java/lang/String)` ` | name`()` |\n| ` final int ` | ordinal`()` |\n| ` `[String](https://developer.android.com/reference/java/lang/String)` ` | toString`()` |\n| ` static \u003cT extends `[Enum](https://developer.android.com/reference/java/lang/Enum)`\u003cT\u003e\u003e T ` | valueOf`(`[Class](https://developer.android.com/reference/java/lang/Class)`\u003cT\u003e arg0, `[String](https://developer.android.com/reference/java/lang/String)` arg1)` |\n\nFrom `class\njava.lang.Object` \n\n|---------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|\n| ` `[Object](https://developer.android.com/reference/java/lang/Object)` ` | clone`()` |\n| ` boolean ` | equals`(`[Object](https://developer.android.com/reference/java/lang/Object)` arg0)` |\n| ` void ` | finalize`()` |\n| ` final `[Class](https://developer.android.com/reference/java/lang/Class)`\u003c?\u003e ` | getClass`()` |\n| ` int ` | hashCode`()` |\n| ` final void ` | notify`()` |\n| ` final void ` | notifyAll`()` |\n| ` `[String](https://developer.android.com/reference/java/lang/String)` ` | toString`()` |\n| ` final void ` | wait`(long arg0, int arg1)` |\n| ` final void ` | wait`(long arg0)` |\n| ` final void ` | wait`()` |\n\nFrom `interface\njava.lang.constant.Constable` \n\n|-----------------------------------------------|-----------------------|\n| ` abstract Optional\u003c? extends ConstantDesc\u003e ` | describeConstable`()` |\n\nFrom `interface\njava.lang.Comparable` \n\n|------------------|----------------------------------------------------------------------------------------------------------------|\n| ` abstract int ` | compareTo`(`[Config.AugmentedFaceMode](/ar/reference/java/com/google/ar/core/Config.AugmentedFaceMode)` arg0)` |\n\nEnum Values\n-----------\n\n#### public\nstatic\nfinal\nConfig.AugmentedFaceMode\nDISABLED\n\n### DISABLED\n\n```java\npublic static final Config.AugmentedFaceMode DISABLED\n``` \nDisable Augmented Faces mode.\n\n#### public\nstatic\nfinal\nConfig.AugmentedFaceMode\nMESH3D\n\n### MESH3D\n\n```java\npublic static final Config.AugmentedFaceMode MESH3D\n``` \nFace 3D mesh is enabled. Augmented Faces is currently only supported when using the\nfront-facing (selfie) camera. See [Session.Feature.FRONT_CAMERA](/ar/reference/java/com/google/ar/core/Session.Feature#FRONT_CAMERA) for details and\nadditional restrictions."]]