Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.07 KB

DocumentBreakdownVisualAuthenticityBreakdownFaceDetection.md

File metadata and controls

82 lines (45 loc) · 3.07 KB

DocumentBreakdownVisualAuthenticityBreakdownFaceDetection

Properties

Name Type Description Notes
Result Pointer to string [optional]
Properties Pointer to map[string]interface{} [optional]

Methods

NewDocumentBreakdownVisualAuthenticityBreakdownFaceDetection

func NewDocumentBreakdownVisualAuthenticityBreakdownFaceDetection() *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection

NewDocumentBreakdownVisualAuthenticityBreakdownFaceDetection instantiates a new DocumentBreakdownVisualAuthenticityBreakdownFaceDetection 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

NewDocumentBreakdownVisualAuthenticityBreakdownFaceDetectionWithDefaults

func NewDocumentBreakdownVisualAuthenticityBreakdownFaceDetectionWithDefaults() *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection

NewDocumentBreakdownVisualAuthenticityBreakdownFaceDetectionWithDefaults instantiates a new DocumentBreakdownVisualAuthenticityBreakdownFaceDetection 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

GetResult

func (o *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection) GetResult() string

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResult

func (o *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection) SetResult(v string)

SetResult sets Result field to given value.

HasResult

func (o *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection) HasResult() bool

HasResult returns a boolean if a field has been set.

GetProperties

func (o *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection) GetProperties() map[string]interface{}

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection) GetPropertiesOk() (*map[string]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProperties

func (o *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection) SetProperties(v map[string]interface{})

SetProperties sets Properties field to given value.

HasProperties

func (o *DocumentBreakdownVisualAuthenticityBreakdownFaceDetection) HasProperties() bool

HasProperties returns a boolean if a field has been set.

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