FacialRecognitionInitializationModel
Last updated
Last updated
import com.sybrin.facialrecognition.models.FacialRecognitionInitializationModel
public Bitmap getIdentifier ()
Returns the identifier used to locate the facial recognition model online.
public String getTimeTakenMilliseconds ()
Returns the time it took to perform the initialization process in milliseconds.
public Bitmap isModelDownloaded ()
Returns the a boolean indicating whether a model was found online and downloaded locally.
Public methods
String
float
boolean
Returns
String
Value cannot be null
.
Returns
float
Returns
boolean
true
if model was downloaded, false
if otherwise.