Libraries
data class Libraries(val document: DotDocumentLibraryConfiguration? = null, val face: DotFaceLibraryConfiguration? = null, val faceLite: DotFaceLiteLibraryConfiguration? = null, fingers: DotFingersLibraryConfiguration? = null, val nfc: DotNfcLibraryConfiguration? = null, val palm: DotPalmLibraryConfiguration? = null)
Container for library configurations.
Constructors
Link copied to clipboard
constructor(document: DotDocumentLibraryConfiguration? = null, face: DotFaceLibraryConfiguration? = null, faceLite: DotFaceLiteLibraryConfiguration? = null, fingers: DotFingersLibraryConfiguration? = null, nfc: DotNfcLibraryConfiguration? = null, palm: DotPalmLibraryConfiguration? = null)