All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.facelib.mtfsdk.V1Context Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.facelib.mtfsdk;

import java.util.Map;

import net.gdface.sdk.FaceApiContext;

public class V1Context implements FaceApiContext{
	public V1Context() {
	}

	@Override
	public Map getContext() {
		return FaceApiMtfV1Android.CONTEXT;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy