public interface AgeEstimationImageCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onImageAgeEstimationResult(AgeEstimationImageResult ageEstimationImageResult)
Callback executed when an image age estimation completes.
|
void |
onVideoAgeEstimationResult(AgeEstimationImageResult ageEstimationImageResult)
Callback executed when a video age estimation completes.
|
void onVideoAgeEstimationResult(AgeEstimationImageResult ageEstimationImageResult)
ageEstimationImageResult - The result of the estimation.void onImageAgeEstimationResult(AgeEstimationImageResult ageEstimationImageResult)
ageEstimationImageResult - The result of the estimation.