Name | Type | Description | Notes |
---|---|---|---|
FaceComparison | Pointer to FacialSimilarityPhotoBreakdownFaceComparison | [optional] | |
ImageIntegrity | Pointer to FacialSimilarityPhotoBreakdownImageIntegrity | [optional] | |
VisualAuthenticity | Pointer to FacialSimilarityPhotoBreakdownVisualAuthenticity | [optional] |
func NewFacialSimilarityPhotoBreakdown() *FacialSimilarityPhotoBreakdown
NewFacialSimilarityPhotoBreakdown instantiates a new FacialSimilarityPhotoBreakdown 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 NewFacialSimilarityPhotoBreakdownWithDefaults() *FacialSimilarityPhotoBreakdown
NewFacialSimilarityPhotoBreakdownWithDefaults instantiates a new FacialSimilarityPhotoBreakdown 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 *FacialSimilarityPhotoBreakdown) GetFaceComparison() FacialSimilarityPhotoBreakdownFaceComparison
GetFaceComparison returns the FaceComparison field if non-nil, zero value otherwise.
func (o *FacialSimilarityPhotoBreakdown) GetFaceComparisonOk() (*FacialSimilarityPhotoBreakdownFaceComparison, 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.
func (o *FacialSimilarityPhotoBreakdown) SetFaceComparison(v FacialSimilarityPhotoBreakdownFaceComparison)
SetFaceComparison sets FaceComparison field to given value.
func (o *FacialSimilarityPhotoBreakdown) HasFaceComparison() bool
HasFaceComparison returns a boolean if a field has been set.
func (o *FacialSimilarityPhotoBreakdown) GetImageIntegrity() FacialSimilarityPhotoBreakdownImageIntegrity
GetImageIntegrity returns the ImageIntegrity field if non-nil, zero value otherwise.
func (o *FacialSimilarityPhotoBreakdown) GetImageIntegrityOk() (*FacialSimilarityPhotoBreakdownImageIntegrity, 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.
func (o *FacialSimilarityPhotoBreakdown) SetImageIntegrity(v FacialSimilarityPhotoBreakdownImageIntegrity)
SetImageIntegrity sets ImageIntegrity field to given value.
func (o *FacialSimilarityPhotoBreakdown) HasImageIntegrity() bool
HasImageIntegrity returns a boolean if a field has been set.
func (o *FacialSimilarityPhotoBreakdown) GetVisualAuthenticity() FacialSimilarityPhotoBreakdownVisualAuthenticity
GetVisualAuthenticity returns the VisualAuthenticity field if non-nil, zero value otherwise.
func (o *FacialSimilarityPhotoBreakdown) GetVisualAuthenticityOk() (*FacialSimilarityPhotoBreakdownVisualAuthenticity, 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.
func (o *FacialSimilarityPhotoBreakdown) SetVisualAuthenticity(v FacialSimilarityPhotoBreakdownVisualAuthenticity)
SetVisualAuthenticity sets VisualAuthenticity field to given value.
func (o *FacialSimilarityPhotoBreakdown) HasVisualAuthenticity() bool
HasVisualAuthenticity returns a boolean if a field has been set.