Overview
Model Name: FormAnalysis
Analysis of potential fraud signals on a particular form.
Properties
form_type
form_type
- Type
- String
- Required
- true
The type of the form that was processed. We currently only support signal analysis on document types that are listed here.
Possible Values
BANK_STATEMENT
PAYSTUB
W2
form_uuid
form_uuid
- Type
-
UUID (
uuid
) - Required
- true
The unique identifier of the form that was processed.
signals
signals
- Type
-
List
of
Signal
objects - Required
- true
- Min. Item Count
- 1
Details about the suspected fraud signals uncovered in this form's analysis. Each object represents a possible instance of fraud.
visualizations
visualizations
- Type
-
List
of
Visualization
objects - Required
- true
- Min. Item Count
- 0
Contains visualized details about instances of potential fraud, where applicable. Not all fraud signals support visualization, therefore this array may not include every signal in the signals
list.