Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.97 KB

PhotoFullyAutoBreakdown.md

File metadata and controls

108 lines (59 loc) · 3.97 KB

PhotoFullyAutoBreakdown

Properties

Name Type Description Notes
FaceComparison Pointer to FacialSimilarityPhotoBreakdownFaceComparison [optional]
ImageIntegrity Pointer to PhotoFullyAutoBreakdownImageIntegrity [optional]
VisualAuthenticity Pointer to FacialSimilarityPhotoBreakdownVisualAuthenticity [optional]

Methods

NewPhotoFullyAutoBreakdown

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

NewPhotoFullyAutoBreakdownWithDefaults

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

GetFaceComparison

func (o *PhotoFullyAutoBreakdown) GetFaceComparison() FacialSimilarityPhotoBreakdownFaceComparison

GetFaceComparison returns the FaceComparison field if non-nil, zero value otherwise.

GetFaceComparisonOk

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.

SetFaceComparison

func (o *PhotoFullyAutoBreakdown) SetFaceComparison(v FacialSimilarityPhotoBreakdownFaceComparison)

SetFaceComparison sets FaceComparison field to given value.

HasFaceComparison

func (o *PhotoFullyAutoBreakdown) HasFaceComparison() bool

HasFaceComparison returns a boolean if a field has been set.

GetImageIntegrity

func (o *PhotoFullyAutoBreakdown) GetImageIntegrity() PhotoFullyAutoBreakdownImageIntegrity

GetImageIntegrity returns the ImageIntegrity field if non-nil, zero value otherwise.

GetImageIntegrityOk

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.

SetImageIntegrity

func (o *PhotoFullyAutoBreakdown) SetImageIntegrity(v PhotoFullyAutoBreakdownImageIntegrity)

SetImageIntegrity sets ImageIntegrity field to given value.

HasImageIntegrity

func (o *PhotoFullyAutoBreakdown) HasImageIntegrity() bool

HasImageIntegrity returns a boolean if a field has been set.

GetVisualAuthenticity

func (o *PhotoFullyAutoBreakdown) GetVisualAuthenticity() FacialSimilarityPhotoBreakdownVisualAuthenticity

GetVisualAuthenticity returns the VisualAuthenticity field if non-nil, zero value otherwise.

GetVisualAuthenticityOk

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.

SetVisualAuthenticity

func (o *PhotoFullyAutoBreakdown) SetVisualAuthenticity(v FacialSimilarityPhotoBreakdownVisualAuthenticity)

SetVisualAuthenticity sets VisualAuthenticity field to given value.

HasVisualAuthenticity

func (o *PhotoFullyAutoBreakdown) HasVisualAuthenticity() bool

HasVisualAuthenticity returns a boolean if a field has been set.

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