Interface IRecognizable

    • Method Detail

      • getRecognitionData

        byte[] getRecognitionData()
        Returns:
        Face recognition data
        Since:
        1.0.0
      • getVersion

        @NonNull
        int getVersion()
        Returns:
        Version used to determine compatibility
        Since:
        1.0.0
      • getType

        RecognizableType getType()
        Returns:
        Type of recognizable data this object contains
        Since:
        1.0.0