Stay organized with collections
Save and categorize content based on your preferences.
GARAugmentedFaceSessionDelegate
Delegate that outputs a GARAugmentedFaceFrame
for the passed in CVPixelBufferRef
s.
Summary
Inheritance
Inherits from:
<NSObject>
Public methods
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\u003eGARAugmentedFaceSessionDelegate\u003c/code\u003e outputs a \u003ccode\u003eGARAugmentedFaceFrame\u003c/code\u003e for processed image buffers.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits directly from the base \u003ccode\u003eNSObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method, \u003ccode\u003edidUpdateFrame:\u003c/code\u003e, provides a \u003ccode\u003eGARAugmentedFaceFrame\u003c/code\u003e whenever it's updated, allowing developers to access and manipulate augmented face data.\u003c/p\u003e\n"],["\u003cp\u003eThis delegate is integral for receiving and working with real-time augmented face information within AR applications.\u003c/p\u003e\n"]]],[],null,["# GARAugmentedFaceSessionDelegate Protocol\n\nGARAugmentedFaceSessionDelegate\n===============================\n\nDelegate that outputs a [GARAugmentedFaceFrame](/ar/reference/ios/interface/GARAugmentedFaceFrame#interface_g_a_r_augmented_face_frame) for the passed in `CVPixelBufferRef`s.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: `\u003cNSObject\u003e`\n\n| ### Public methods ||\n|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [didUpdateFrame:](#didupdateframe:) | `void` Delegate callback that provides a [GARAugmentedFaceFrame](/ar/reference/ios/interface/GARAugmentedFaceFrame#interface_g_a_r_augmented_face_frame) whenever it is updated. |\n\nPublic methods\n--------------\n\n### didUpdateFrame:\n\n```scdoc\n- (void)didUpdateFrame: \n(/ar/reference/ios/interface/GARAugmentedFaceFrame#interface_g_a_r_augmented_face_frame *) frame\n``` \nDelegate callback that provides a [GARAugmentedFaceFrame](/ar/reference/ios/interface/GARAugmentedFaceFrame#interface_g_a_r_augmented_face_frame) whenever it is updated.\n\n\n| Details ||\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `frame` | The frame created from calling [updateWithPixelBuffer:timestamp:recognitionRotation: (GARAugmentedFaceSession)](/ar/reference/ios/interface/GARAugmentedFaceSession#updatewithpixelbuffer:timestamp:recognitionrotation:). | |"]]