Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.96 KB

FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown.md

File metadata and controls

82 lines (45 loc) · 3.96 KB

FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown

Properties

Name Type Description Notes
LivenessDetected Pointer to FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownLivenessDetected [optional]
SpoofingDetection Pointer to FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownSpoofingDetection [optional]

Methods

NewFacialSimilarityVideoBreakdownVisualAuthenticityBreakdown

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

NewFacialSimilarityVideoBreakdownVisualAuthenticityBreakdownWithDefaults

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

GetLivenessDetected

func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) GetLivenessDetected() FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownLivenessDetected

GetLivenessDetected returns the LivenessDetected field if non-nil, zero value otherwise.

GetLivenessDetectedOk

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.

SetLivenessDetected

func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) SetLivenessDetected(v FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownLivenessDetected)

SetLivenessDetected sets LivenessDetected field to given value.

HasLivenessDetected

func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) HasLivenessDetected() bool

HasLivenessDetected returns a boolean if a field has been set.

GetSpoofingDetection

func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) GetSpoofingDetection() FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownSpoofingDetection

GetSpoofingDetection returns the SpoofingDetection field if non-nil, zero value otherwise.

GetSpoofingDetectionOk

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.

SetSpoofingDetection

func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) SetSpoofingDetection(v FacialSimilarityVideoBreakdownVisualAuthenticityBreakdownSpoofingDetection)

SetSpoofingDetection sets SpoofingDetection field to given value.

HasSpoofingDetection

func (o *FacialSimilarityVideoBreakdownVisualAuthenticityBreakdown) HasSpoofingDetection() bool

HasSpoofingDetection returns a boolean if a field has been set.

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