FaceGeometry from DepthData

Using ARKit, I have stored the DepthData and RGB data for one frame using iPhoneX front Camera/DepthCamera, is it possible to extract the Face Geometry vertices for that one frame using any API call.

I want to get ARFaceGeometry.vertices data from Depth, without using front camera of iPhoneX.