# Android

This guide introduces RECOGNITO Android-Face SDK for onboarding & eKYC cases.

**Face SDK (Core)** = Face Recognition + Face Liveness Detection

**Face SDK (Pro)** = Face Recognition + Face Liveness Detection + Face Attribute

## Feature & Options

<table><thead><tr><th width="319">Features &#x26; Options</th><th align="center">Face SDK - Core</th><th align="center">Face SDK - Pro</th></tr></thead><tbody><tr><td><strong>Programming Language</strong></td><td align="center">Kotlin/Java</td><td align="center">Kotlin/Java</td></tr><tr><td><strong>Face Detection</strong></td><td align="center">Multiple Faces</td><td align="center">Multiple Face</td></tr><tr><td><strong>Face Feature Extraction</strong></td><td align="center">Yes, 512bytes</td><td align="center">Yes, 512bytes</td></tr><tr><td><strong>Face Liveness Detection</strong></td><td align="center">Yes</td><td align="center">Yes</td></tr><tr><td><strong>Face Attribute Analysis</strong></td><td align="center">Pitch, Yaw, Roll</td><td align="center">Pitch, Yaw, Roll<br>Age, Gender<br>Eye Open<br>Mouth Close<br>Face Occlusion<br>Face Quality<br>Face Luminance</td></tr><tr><td><strong>1:N Identifiability</strong></td><td align="center">Yes</td><td align="center">Yes</td></tr></tbody></table>

## System Requirements

* Android 5.0 (API level 21) OS or newer
* At least 256 MB of free RAM should be available for the application.
* Java SE JDK 8 (or higher)
* Android Studio 4.0 IDE
* Android SDK 21+ API level


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.recognito.vision/face-liveness-detection-sdk/integration-guide/android.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
