Name | Type | Description | Notes |
---|---|---|---|
LivenessDetected | Pointer to FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownLivenessDetected | [optional] | |
SpoofingDetection | Pointer to FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownSpoofingDetection | [optional] |
func NewFacialSimilarityVideoBreakdownVisualAuthenticityBreakdown() *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown
NewFacialSimilarityVideoBreakdownVisualAuthenticityBreakdown instantiates a new FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown 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 NewFacialSimilarityVideoBreakdownVisualAuthenticityBreakdownWithDefaults() *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown
NewFacialSimilarityVideoBreakdownVisualAuthenticityBreakdownWithDefaults instantiates a new FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown 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 *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) GetLivenessDetected() FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownLivenessDetected
GetLivenessDetected returns the LivenessDetected field if non-nil, zero value otherwise.
func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) GetLivenessDetectedOk() (*FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownLivenessDetected, bool)
GetLivenessDetectedOk returns a tuple with the LivenessDetected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) SetLivenessDetected(v FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownLivenessDetected)
SetLivenessDetected sets LivenessDetected field to given value.
func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) HasLivenessDetected() bool
HasLivenessDetected returns a boolean if a field has been set.
func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) GetSpoofingDetection() FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownSpoofingDetection
GetSpoofingDetection returns the SpoofingDetection field if non-nil, zero value otherwise.
func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) GetSpoofingDetectionOk() (*FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownSpoofingDetection, bool)
GetSpoofingDetectionOk returns a tuple with the SpoofingDetection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) SetSpoofingDetection(v FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownSpoofingDetection)
SetSpoofingDetection sets SpoofingDetection field to given value.
func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) HasSpoofingDetection() bool
HasSpoofingDetection returns a boolean if a field has been set.