Package-level declarations
Types
SDK Core. This is the entry point of JCV Face SDK. It holds common configuration and the state of SDK APIs. Most applications don't need to interact with this class.
SDK Core. This is the entry point of JCV Face SDK. It holds common configuration and the state of SDK APIs. Most applications don't need to interact with this class.
The DualImageAgent is represented for two ImageAgents may be used for the scenario of binocular Face Liveness detection
The ImageAgent interface serves as a versatile and comprehensive abstraction for interacting with images within the SDK. It defines a set of properties that an implementing class must support, providing a unified interface for various image-related operations.
The InternalFaceSdkApi annotation class is designed to annotate classes or functions within the Face SDK that are intended for internal use only. This annotation serves as a marker to indicate that certain elements of the SDK are not intended for public consumption and may not provide the same level of stability or backward compatibility as the officially documented API.