Class PTEID_FaceInfoData

java.lang.Object
pt.gov.cartaodecidadao.PTEID_Object
pt.gov.cartaodecidadao.PTEID_FaceInfoData

public class PTEID_FaceInfoData extends PTEID_Object
  • Method Details

    • delete

      public void delete()
      Overrides:
      delete in class PTEID_Object
    • facialRecordDataLength

      public int facialRecordDataLength()
      Return the length of the facial record data
    • numberOfFeaturePoints

      public int numberOfFeaturePoints()
      Return the number of feature points
    • gender

      public short gender()
      Return the raw gender value
    • genderDecode

      public PTEID_Gender genderDecode()
      Return the decoded gender enum
    • eyeColor

      public short eyeColor()
      Return the raw eye color value
    • eyeColorDecode

      public PTEID_EyeColor eyeColorDecode()
      Return the decoded eye color enum
    • hairColour

      public short hairColour()
      Return the raw hair color value
    • hairColourDecode

      public PTEID_HairColour hairColourDecode()
      Return the decoded hair color enum
    • featureMask

      public int featureMask()
      Return the feature mask
    • expression

      public int expression()
      Return the expression value
    • poseAngle

      public int poseAngle()
      Return the pose angle
    • poseAngleUncertainty

      public int poseAngleUncertainty()
      Return the pose angle uncertainty
    • featurePoints

      public VectorFtPt featurePoints()
      Return a vector of feature points
    • faceImgType

      public short faceImgType()
      Return the raw face image type
    • faceImgTypeDecode

      public PTEID_FaceImageType faceImgTypeDecode()
      Return the decoded face image type enum
    • imgDataType

      public short imgDataType()
      Return the raw image data type
    • imgDataTypeDecode

      public PTEID_ImageDataType imgDataTypeDecode()
      Return the decoded image data type enum
    • imgWidth

      public int imgWidth()
      Return the image width
    • imgHeight

      public int imgHeight()
      Return the image height
    • colourSpace

      public short colourSpace()
      Return the raw color space value
    • colourSpaceDecode

      public PTEID_ImageColourSpace colourSpaceDecode()
      Return the decoded color space enum
    • sourceType

      public short sourceType()
      Return the raw source type value
    • sourceTypeDecode

      public PTEID_SourceType sourceTypeDecode()
      Return the decoded source type enum
    • deviceType

      public int deviceType()
      Return the device type
    • quality

      public int quality()
      Return the image quality
    • photoRawData

      public PTEID_ByteArray photoRawData()
      Return the raw photo data (original format)
    • photoRawDataPNG

      public PTEID_ByteArray photoRawDataPNG()
      Return the photo data converted to PNG