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