Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.15 KB

FacialSimilarityPhotoFullyAutoProperties.md

File metadata and controls

56 lines (31 loc) · 2.15 KB

FacialSimilarityPhotoFullyAutoProperties

Properties

Name Type Description Notes
Score Pointer to float32 A floating point number between 0 and 1. The closer the score is to 0, the more likely it is to be a spoof (i.e. photos of printed photos, or photos of digital screens). Conversely, the closer it is to 1, the less likely it is to be a spoof. [optional]

Methods

NewFacialSimilarityPhotoFullyAutoProperties

func NewFacialSimilarityPhotoFullyAutoProperties() *FacialSimilarityPhotoFullyAutoProperties

NewFacialSimilarityPhotoFullyAutoProperties instantiates a new FacialSimilarityPhotoFullyAutoProperties 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

NewFacialSimilarityPhotoFullyAutoPropertiesWithDefaults

func NewFacialSimilarityPhotoFullyAutoPropertiesWithDefaults() *FacialSimilarityPhotoFullyAutoProperties

NewFacialSimilarityPhotoFullyAutoPropertiesWithDefaults instantiates a new FacialSimilarityPhotoFullyAutoProperties 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

GetScore

func (o *FacialSimilarityPhotoFullyAutoProperties) GetScore() float32

GetScore returns the Score field if non-nil, zero value otherwise.

GetScoreOk

func (o *FacialSimilarityPhotoFullyAutoProperties) GetScoreOk() (*float32, bool)

GetScoreOk returns a tuple with the Score field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetScore

func (o *FacialSimilarityPhotoFullyAutoProperties) SetScore(v float32)

SetScore sets Score field to given value.

HasScore

func (o *FacialSimilarityPhotoFullyAutoProperties) HasScore() bool

HasScore returns a boolean if a field has been set.

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