FacialRecognitionInitializationModel

import com.sybrin.facialrecognition.models.FacialRecognitionInitializationModel

Summary

Public methods

String

float

boolean

Public methods

getIdentifier

public Bitmap getIdentifier ()

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

Returns

String

Value cannot be null.

getTimeTakenMilliseconds

public String getTimeTakenMilliseconds ()

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

Returns

float

isModelDownloaded

public Bitmap isModelDownloaded ()

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

Returns

boolean

true if model was downloaded, false if otherwise.

Last updated