Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.56 KB

PhotoFullyAutoBreakdownImageIntegrityBreakdown.md

File metadata and controls

82 lines (45 loc) · 3.56 KB

PhotoFullyAutoBreakdownImageIntegrityBreakdown

Properties

Name Type Description Notes
FaceDetected Pointer to FacialSimilarityPhotoBreakdownImageIntegrityBreakdownFaceDetected [optional]
SourceIntegrity Pointer to PhotoFullyAutoBreakdownImageIntegrityBreakdownSourceIntegrity [optional]

Methods

NewPhotoFullyAutoBreakdownImageIntegrityBreakdown

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

NewPhotoFullyAutoBreakdownImageIntegrityBreakdownWithDefaults

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

GetFaceDetected

func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) GetFaceDetected() FacialSimilarityPhotoBreakdownImageIntegrityBreakdownFaceDetected

GetFaceDetected returns the FaceDetected field if non-nil, zero value otherwise.

GetFaceDetectedOk

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.

SetFaceDetected

func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) SetFaceDetected(v FacialSimilarityPhotoBreakdownImageIntegrityBreakdownFaceDetected)

SetFaceDetected sets FaceDetected field to given value.

HasFaceDetected

func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) HasFaceDetected() bool

HasFaceDetected returns a boolean if a field has been set.

GetSourceIntegrity

func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) GetSourceIntegrity() PhotoFullyAutoBreakdownImageIntegrityBreakdownSourceIntegrity

GetSourceIntegrity returns the SourceIntegrity field if non-nil, zero value otherwise.

GetSourceIntegrityOk

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.

SetSourceIntegrity

func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) SetSourceIntegrity(v PhotoFullyAutoBreakdownImageIntegrityBreakdownSourceIntegrity)

SetSourceIntegrity sets SourceIntegrity field to given value.

HasSourceIntegrity

func (o *PhotoFullyAutoBreakdownImageIntegrityBreakdown) HasSourceIntegrity() bool

HasSourceIntegrity returns a boolean if a field has been set.

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