I am working on a Android project in which I have to detect faces and then show the age probability of all detected images. I am using the play-services-vision API for this purpose, and I have successfully detected the faces.
By using a Face instance of this API I can only detect the smiling probability and left or right eye open probability.
Is it possible by using this API I can estimate the age and if it is then how?