export enum FingerprintOutputType {
  ONLY_CAPTURE = 'ONLY_CAPTURE',
  CAPTURE_AND_SEGMENTATION = 'CAPTURE_AND_SEGMENTATION',
}
