Name | Type | Description | Notes |
---|---|---|---|
Fonts | Pointer to DocumentBreakdownVisualAuthenticityBreakdownFonts | [optional] | |
PictureFaceIntegrity | Pointer to DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity | [optional] | |
Template | Pointer to DocumentBreakdownVisualAuthenticityBreakdownTemplate | [optional] | |
SecurityFeatures | Pointer to DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures | [optional] | |
OriginalDocumentPresent | Pointer to DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent | [optional] | |
DigitalTampering | Pointer to DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering | [optional] | |
Other | Pointer to DocumentBreakdownVisualAuthenticityBreakdownOther | [optional] | |
FaceDetection | Pointer to DocumentBreakdownVisualAuthenticityBreakdownFaceDetection | [optional] |
func NewDocumentBreakdownVisualAuthenticityBreakdown() *DocumentBreakdownVisualAuthenticityBreakdown
NewDocumentBreakdownVisualAuthenticityBreakdown instantiates a new DocumentBreakdownVisualAuthenticityBreakdown object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDocumentBreakdownVisualAuthenticityBreakdownWithDefaults() *DocumentBreakdownVisualAuthenticityBreakdown
NewDocumentBreakdownVisualAuthenticityBreakdownWithDefaults instantiates a new DocumentBreakdownVisualAuthenticityBreakdown object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetFonts() DocumentBreakdownVisualAuthenticityBreakdownFonts
GetFonts returns the Fonts field if non-nil, zero value otherwise.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetFontsOk() (*DocumentBreakdownVisualAuthenticityBreakdownFonts, bool)
GetFontsOk returns a tuple with the Fonts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetFonts(v DocumentBreakdownVisualAuthenticityBreakdownFonts)
SetFonts sets Fonts field to given value.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasFonts() bool
HasFonts returns a boolean if a field has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetPictureFaceIntegrity() DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity
GetPictureFaceIntegrity returns the PictureFaceIntegrity field if non-nil, zero value otherwise.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetPictureFaceIntegrityOk() (*DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity, bool)
GetPictureFaceIntegrityOk returns a tuple with the PictureFaceIntegrity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetPictureFaceIntegrity(v DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity)
SetPictureFaceIntegrity sets PictureFaceIntegrity field to given value.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasPictureFaceIntegrity() bool
HasPictureFaceIntegrity returns a boolean if a field has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetTemplate() DocumentBreakdownVisualAuthenticityBreakdownTemplate
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetTemplateOk() (*DocumentBreakdownVisualAuthenticityBreakdownTemplate, bool)
GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetTemplate(v DocumentBreakdownVisualAuthenticityBreakdownTemplate)
SetTemplate sets Template field to given value.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetSecurityFeatures() DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures
GetSecurityFeatures returns the SecurityFeatures field if non-nil, zero value otherwise.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetSecurityFeaturesOk() (*DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures, bool)
GetSecurityFeaturesOk returns a tuple with the SecurityFeatures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetSecurityFeatures(v DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures)
SetSecurityFeatures sets SecurityFeatures field to given value.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasSecurityFeatures() bool
HasSecurityFeatures returns a boolean if a field has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetOriginalDocumentPresent() DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent
GetOriginalDocumentPresent returns the OriginalDocumentPresent field if non-nil, zero value otherwise.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetOriginalDocumentPresentOk() (*DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent, bool)
GetOriginalDocumentPresentOk returns a tuple with the OriginalDocumentPresent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetOriginalDocumentPresent(v DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent)
SetOriginalDocumentPresent sets OriginalDocumentPresent field to given value.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasOriginalDocumentPresent() bool
HasOriginalDocumentPresent returns a boolean if a field has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetDigitalTampering() DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering
GetDigitalTampering returns the DigitalTampering field if non-nil, zero value otherwise.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetDigitalTamperingOk() (*DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering, bool)
GetDigitalTamperingOk returns a tuple with the DigitalTampering field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetDigitalTampering(v DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering)
SetDigitalTampering sets DigitalTampering field to given value.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasDigitalTampering() bool
HasDigitalTampering returns a boolean if a field has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetOther() DocumentBreakdownVisualAuthenticityBreakdownOther
GetOther returns the Other field if non-nil, zero value otherwise.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetOtherOk() (*DocumentBreakdownVisualAuthenticityBreakdownOther, bool)
GetOtherOk returns a tuple with the Other field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetOther(v DocumentBreakdownVisualAuthenticityBreakdownOther)
SetOther sets Other field to given value.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasOther() bool
HasOther returns a boolean if a field has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetFaceDetection() DocumentBreakdownVisualAuthenticityBreakdownFaceDetection
GetFaceDetection returns the FaceDetection field if non-nil, zero value otherwise.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetFaceDetectionOk() (*DocumentBreakdownVisualAuthenticityBreakdownFaceDetection, bool)
GetFaceDetectionOk returns a tuple with the FaceDetection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetFaceDetection(v DocumentBreakdownVisualAuthenticityBreakdownFaceDetection)
SetFaceDetection sets FaceDetection field to given value.
func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasFaceDetection() bool
HasFaceDetection returns a boolean if a field has been set.