Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 10.1 KB

DocumentBreakdownVisualAuthenticityBreakdown.md

File metadata and controls

238 lines (129 loc) · 10.1 KB

DocumentBreakdownVisualAuthenticityBreakdown

Properties

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]

Methods

NewDocumentBreakdownVisualAuthenticityBreakdown

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

NewDocumentBreakdownVisualAuthenticityBreakdownWithDefaults

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

GetFonts

func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetFonts() DocumentBreakdownVisualAuthenticityBreakdownFonts

GetFonts returns the Fonts field if non-nil, zero value otherwise.

GetFontsOk

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.

SetFonts

func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetFonts(v DocumentBreakdownVisualAuthenticityBreakdownFonts)

SetFonts sets Fonts field to given value.

HasFonts

func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasFonts() bool

HasFonts returns a boolean if a field has been set.

GetPictureFaceIntegrity

func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetPictureFaceIntegrity() DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity

GetPictureFaceIntegrity returns the PictureFaceIntegrity field if non-nil, zero value otherwise.

GetPictureFaceIntegrityOk

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.

SetPictureFaceIntegrity

func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetPictureFaceIntegrity(v DocumentBreakdownVisualAuthenticityBreakdownPictureFaceIntegrity)

SetPictureFaceIntegrity sets PictureFaceIntegrity field to given value.

HasPictureFaceIntegrity

func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasPictureFaceIntegrity() bool

HasPictureFaceIntegrity returns a boolean if a field has been set.

GetTemplate

func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetTemplate() DocumentBreakdownVisualAuthenticityBreakdownTemplate

GetTemplate returns the Template field if non-nil, zero value otherwise.

GetTemplateOk

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.

SetTemplate

func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetTemplate(v DocumentBreakdownVisualAuthenticityBreakdownTemplate)

SetTemplate sets Template field to given value.

HasTemplate

func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

GetSecurityFeatures

func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetSecurityFeatures() DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures

GetSecurityFeatures returns the SecurityFeatures field if non-nil, zero value otherwise.

GetSecurityFeaturesOk

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.

SetSecurityFeatures

func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetSecurityFeatures(v DocumentBreakdownVisualAuthenticityBreakdownSecurityFeatures)

SetSecurityFeatures sets SecurityFeatures field to given value.

HasSecurityFeatures

func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasSecurityFeatures() bool

HasSecurityFeatures returns a boolean if a field has been set.

GetOriginalDocumentPresent

func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetOriginalDocumentPresent() DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent

GetOriginalDocumentPresent returns the OriginalDocumentPresent field if non-nil, zero value otherwise.

GetOriginalDocumentPresentOk

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.

SetOriginalDocumentPresent

func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetOriginalDocumentPresent(v DocumentBreakdownVisualAuthenticityBreakdownOriginalDocumentPresent)

SetOriginalDocumentPresent sets OriginalDocumentPresent field to given value.

HasOriginalDocumentPresent

func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasOriginalDocumentPresent() bool

HasOriginalDocumentPresent returns a boolean if a field has been set.

GetDigitalTampering

func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetDigitalTampering() DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering

GetDigitalTampering returns the DigitalTampering field if non-nil, zero value otherwise.

GetDigitalTamperingOk

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.

SetDigitalTampering

func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetDigitalTampering(v DocumentBreakdownVisualAuthenticityBreakdownDigitalTampering)

SetDigitalTampering sets DigitalTampering field to given value.

HasDigitalTampering

func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasDigitalTampering() bool

HasDigitalTampering returns a boolean if a field has been set.

GetOther

func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetOther() DocumentBreakdownVisualAuthenticityBreakdownOther

GetOther returns the Other field if non-nil, zero value otherwise.

GetOtherOk

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.

SetOther

func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetOther(v DocumentBreakdownVisualAuthenticityBreakdownOther)

SetOther sets Other field to given value.

HasOther

func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasOther() bool

HasOther returns a boolean if a field has been set.

GetFaceDetection

func (o *DocumentBreakdownVisualAuthenticityBreakdown) GetFaceDetection() DocumentBreakdownVisualAuthenticityBreakdownFaceDetection

GetFaceDetection returns the FaceDetection field if non-nil, zero value otherwise.

GetFaceDetectionOk

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.

SetFaceDetection

func (o *DocumentBreakdownVisualAuthenticityBreakdown) SetFaceDetection(v DocumentBreakdownVisualAuthenticityBreakdownFaceDetection)

SetFaceDetection sets FaceDetection field to given value.

HasFaceDetection

func (o *DocumentBreakdownVisualAuthenticityBreakdown) HasFaceDetection() bool

HasFaceDetection returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]