Name | Type | Description | Notes |
---|---|---|---|
FaceDetected | Pointer to FacialSimilarityMotionBreakdownImageIntegrityBreakdownFaceDetected | [optional] | |
SourceIntegrity | Pointer to FacialSimilarityMotionBreakdownImageIntegrityBreakdownSourceIntegrity | [optional] |
func NewFacialSimilarityMotionBreakdownImageIntegrityBreakdown() *FacialSimilarityMotionBreakdownImageIntegrityBreakdown
NewFacialSimilarityMotionBreakdownImageIntegrityBreakdown instantiates a new FacialSimilarityMotionBreakdownImageIntegrityBreakdown 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 NewFacialSimilarityMotionBreakdownImageIntegrityBreakdownWithDefaults() *FacialSimilarityMotionBreakdownImageIntegrityBreakdown
NewFacialSimilarityMotionBreakdownImageIntegrityBreakdownWithDefaults instantiates a new FacialSimilarityMotionBreakdownImageIntegrityBreakdown 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 *FacialSimilarityMotionBreakdownImageIntegrityBreakdown) GetFaceDetected() FacialSimilarityMotionBreakdownImageIntegrityBreakdownFaceDetected
GetFaceDetected returns the FaceDetected field if non-nil, zero value otherwise.
func (o *FacialSimilarityMotionBreakdownImageIntegrityBreakdown) GetFaceDetectedOk() (*FacialSimilarityMotionBreakdownImageIntegrityBreakdownFaceDetected, 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 *FacialSimilarityMotionBreakdownImageIntegrityBreakdown) SetFaceDetected(v FacialSimilarityMotionBreakdownImageIntegrityBreakdownFaceDetected)
SetFaceDetected sets FaceDetected field to given value.
func (o *FacialSimilarityMotionBreakdownImageIntegrityBreakdown) HasFaceDetected() bool
HasFaceDetected returns a boolean if a field has been set.
func (o *FacialSimilarityMotionBreakdownImageIntegrityBreakdown) GetSourceIntegrity() FacialSimilarityMotionBreakdownImageIntegrityBreakdownSourceIntegrity
GetSourceIntegrity returns the SourceIntegrity field if non-nil, zero value otherwise.
func (o *FacialSimilarityMotionBreakdownImageIntegrityBreakdown) GetSourceIntegrityOk() (*FacialSimilarityMotionBreakdownImageIntegrityBreakdownSourceIntegrity, 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 *FacialSimilarityMotionBreakdownImageIntegrityBreakdown) SetSourceIntegrity(v FacialSimilarityMotionBreakdownImageIntegrityBreakdownSourceIntegrity)
SetSourceIntegrity sets SourceIntegrity field to given value.
func (o *FacialSimilarityMotionBreakdownImageIntegrityBreakdown) HasSourceIntegrity() bool
HasSourceIntegrity returns a boolean if a field has been set.