FacialTrainingModel.OnModelUploadSuccessListener
Interface definition for a callback to be invoked when facial recognition model upload succeeds.
Last updated
Interface definition for a callback to be invoked when facial recognition model upload succeeds.
Last updated
import com.sybrin.facialrecognition.models.FacialTrainingModel
Public methods
Title
abstract void
(float timeTaken)
public void onModelUploadSuccess(float timeTaken)
Called when trained facial recognition model upload succeeds.
Parameters
Title
timeTaken
The time taken to upload the trained facial recognition model.