FacialRecognitionInitializationModel

import com.sybrin.facialrecognition.models.FacialRecognitionInitializationModel

Summary

Public methods

getIdentifier

public Bitmap getIdentifier ()

Returns the identifier used to locate the facial recognition model online.

getTimeTakenMilliseconds

public String getTimeTakenMilliseconds ()

Returns the time it took to perform the initialization process in milliseconds.

isModelDownloaded

public Bitmap isModelDownloaded ()

Returns the a boolean indicating whether a model was found online and downloaded locally.

Last updated