Name | Type | Description | Notes |
---|---|---|---|
FaceDetected | Pointer to FacialSimilarityPhotoBreakdownImageIntegrityBreakdownFaceDetected | [optional] | |
SourceIntegrity | Pointer to PhotoFullyAutoBreakdownImageIntegrityBreakdownSourceIntegrity | [optional] |
func NewPhotoFullyAutoBreakdownImageIntegrityBreakdown() *PhotoFullyAutoBreakdownImageIntegrityBreakdown
NewPhotoFullyAutoBreakdownImageIntegrityBreakdown instantiates a new PhotoFullyAutoBreakdownImageIntegrityBreakdown 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 NewPhotoFullyAutoBreakdownImageIntegrityBreakdownWithDefaults() *PhotoFullyAutoBreakdownImageIntegrityBreakdown
NewPhotoFullyAutoBreakdownImageIntegrityBreakdownWithDefaults instantiates a new PhotoFullyAutoBreakdownImageIntegrityBreakdown 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 *PhotoFullyAutoBreakdownImageIntegrityBreakdown) GetFaceDetected() FacialSimilarityPhotoBreakdownImageIntegrityBreakdownFaceDetected
GetFaceDetected returns the FaceDetected field if non-nil, zero value otherwise.
func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) GetFaceDetectedOk() (*FacialSimilarityPhotoBreakdownImageIntegrityBreakdownFaceDetected, bool)
GetFaceDetectedOk returns a tuple with the FaceDetected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) SetFaceDetected(v FacialSimilarityPhotoBreakdownImageIntegrityBreakdownFaceDetected)
SetFaceDetected sets FaceDetected field to given value.
func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) HasFaceDetected() bool
HasFaceDetected returns a boolean if a field has been set.
func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) GetSourceIntegrity() PhotoFullyAutoBreakdownImageIntegrityBreakdownSourceIntegrity
GetSourceIntegrity returns the SourceIntegrity field if non-nil, zero value otherwise.
func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) GetSourceIntegrityOk() (*PhotoFullyAutoBreakdownImageIntegrityBreakdownSourceIntegrity, bool)
GetSourceIntegrityOk returns a tuple with the SourceIntegrity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) SetSourceIntegrity(v PhotoFullyAutoBreakdownImageIntegrityBreakdownSourceIntegrity)
SetSourceIntegrity sets SourceIntegrity field to given value.
func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) HasSourceIntegrity() bool
HasSourceIntegrity returns a boolean if a field has been set.