Name | Type | Description | Notes |
---|---|---|---|
ApplicantId | Pointer to string | The applicant ID of the matched applicant. | [optional] |
Score | Pointer to float32 | A floating point number between 0 and 1 that expresses how similar the two faces are, where 1 is a perfect match. | [optional] |
MediaId | Pointer to string | The corresponding UUID for the media type. | [optional] |
MediaType | Pointer to string | The media type (for example live_photos or live_videos). | [optional] |
Suspected | Pointer to bool | Indicates if match is suspected based on fuzzy name matching feature. Dependent on feature being active for account, otherwise defaults to true. | [optional] |
func NewKnownFacesPropertiesMatchesInner() *KnownFacesPropertiesMatchesInner
NewKnownFacesPropertiesMatchesInner instantiates a new KnownFacesPropertiesMatchesInner 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 NewKnownFacesPropertiesMatchesInnerWithDefaults() *KnownFacesPropertiesMatchesInner
NewKnownFacesPropertiesMatchesInnerWithDefaults instantiates a new KnownFacesPropertiesMatchesInner 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 *KnownFacesPropertiesMatchesInner) GetApplicantId() string
GetApplicantId returns the ApplicantId field if non-nil, zero value otherwise.
func (o *KnownFacesPropertiesMatchesInner) GetApplicantIdOk() (*string, bool)
GetApplicantIdOk returns a tuple with the ApplicantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KnownFacesPropertiesMatchesInner) SetApplicantId(v string)
SetApplicantId sets ApplicantId field to given value.
func (o *KnownFacesPropertiesMatchesInner) HasApplicantId() bool
HasApplicantId returns a boolean if a field has been set.
func (o *KnownFacesPropertiesMatchesInner) GetScore() float32
GetScore returns the Score field if non-nil, zero value otherwise.
func (o *KnownFacesPropertiesMatchesInner) 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.
func (o *KnownFacesPropertiesMatchesInner) SetScore(v float32)
SetScore sets Score field to given value.
func (o *KnownFacesPropertiesMatchesInner) HasScore() bool
HasScore returns a boolean if a field has been set.
func (o *KnownFacesPropertiesMatchesInner) GetMediaId() string
GetMediaId returns the MediaId field if non-nil, zero value otherwise.
func (o *KnownFacesPropertiesMatchesInner) GetMediaIdOk() (*string, bool)
GetMediaIdOk returns a tuple with the MediaId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KnownFacesPropertiesMatchesInner) SetMediaId(v string)
SetMediaId sets MediaId field to given value.
func (o *KnownFacesPropertiesMatchesInner) HasMediaId() bool
HasMediaId returns a boolean if a field has been set.
func (o *KnownFacesPropertiesMatchesInner) GetMediaType() string
GetMediaType returns the MediaType field if non-nil, zero value otherwise.
func (o *KnownFacesPropertiesMatchesInner) GetMediaTypeOk() (*string, bool)
GetMediaTypeOk returns a tuple with the MediaType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KnownFacesPropertiesMatchesInner) SetMediaType(v string)
SetMediaType sets MediaType field to given value.
func (o *KnownFacesPropertiesMatchesInner) HasMediaType() bool
HasMediaType returns a boolean if a field has been set.
func (o *KnownFacesPropertiesMatchesInner) GetSuspected() bool
GetSuspected returns the Suspected field if non-nil, zero value otherwise.
func (o *KnownFacesPropertiesMatchesInner) GetSuspectedOk() (*bool, bool)
GetSuspectedOk returns a tuple with the Suspected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KnownFacesPropertiesMatchesInner) SetSuspected(v bool)
SetSuspected sets Suspected field to given value.
func (o *KnownFacesPropertiesMatchesInner) HasSuspected() bool
HasSuspected returns a boolean if a field has been set.