Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.17 KB

FacialSimilarityVideoBreakdown.md

File metadata and controls

108 lines (59 loc) · 4.17 KB

FacialSimilarityVideoBreakdown

Properties

Name Type Description Notes
FaceComparison Pointer to FacialSimilarityVideoBreakdownFaceComparison [optional]
ImageIntegrity Pointer to FacialSimilarityVideoBreakdownImageIntegrity [optional]
VisualAuthenticity Pointer to FacialSimilarityVideoBreakdownVisualAuthenticity [optional]

Methods

NewFacialSimilarityVideoBreakdown

func NewFacialSimilarityVideoBreakdown() *FacialSimilarityVideoBreakdown

NewFacialSimilarityVideoBreakdown instantiates a new FacialSimilarityVideoBreakdown 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

NewFacialSimilarityVideoBreakdownWithDefaults

func NewFacialSimilarityVideoBreakdownWithDefaults() *FacialSimilarityVideoBreakdown

NewFacialSimilarityVideoBreakdownWithDefaults instantiates a new FacialSimilarityVideoBreakdown 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

GetFaceComparison

func (o *FacialSimilarityVideoBreakdown) GetFaceComparison() FacialSimilarityVideoBreakdownFaceComparison

GetFaceComparison returns the FaceComparison field if non-nil, zero value otherwise.

GetFaceComparisonOk

func (o *FacialSimilarityVideoBreakdown) GetFaceComparisonOk() (*FacialSimilarityVideoBreakdownFaceComparison, bool)

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

SetFaceComparison

func (o *FacialSimilarityVideoBreakdown) SetFaceComparison(v FacialSimilarityVideoBreakdownFaceComparison)

SetFaceComparison sets FaceComparison field to given value.

HasFaceComparison

func (o *FacialSimilarityVideoBreakdown) HasFaceComparison() bool

HasFaceComparison returns a boolean if a field has been set.

GetImageIntegrity

func (o *FacialSimilarityVideoBreakdown) GetImageIntegrity() FacialSimilarityVideoBreakdownImageIntegrity

GetImageIntegrity returns the ImageIntegrity field if non-nil, zero value otherwise.

GetImageIntegrityOk

func (o *FacialSimilarityVideoBreakdown) GetImageIntegrityOk() (*FacialSimilarityVideoBreakdownImageIntegrity, bool)

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

SetImageIntegrity

func (o *FacialSimilarityVideoBreakdown) SetImageIntegrity(v FacialSimilarityVideoBreakdownImageIntegrity)

SetImageIntegrity sets ImageIntegrity field to given value.

HasImageIntegrity

func (o *FacialSimilarityVideoBreakdown) HasImageIntegrity() bool

HasImageIntegrity returns a boolean if a field has been set.

GetVisualAuthenticity

func (o *FacialSimilarityVideoBreakdown) GetVisualAuthenticity() FacialSimilarityVideoBreakdownVisualAuthenticity

GetVisualAuthenticity returns the VisualAuthenticity field if non-nil, zero value otherwise.

GetVisualAuthenticityOk

func (o *FacialSimilarityVideoBreakdown) GetVisualAuthenticityOk() (*FacialSimilarityVideoBreakdownVisualAuthenticity, bool)

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

SetVisualAuthenticity

func (o *FacialSimilarityVideoBreakdown) SetVisualAuthenticity(v FacialSimilarityVideoBreakdownVisualAuthenticity)

SetVisualAuthenticity sets VisualAuthenticity field to given value.

HasVisualAuthenticity

func (o *FacialSimilarityVideoBreakdown) HasVisualAuthenticity() bool

HasVisualAuthenticity returns a boolean if a field has been set.

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