Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.34 KB

ImageAnalysisByURL200ResponseCategory.md

File metadata and controls

72 lines (39 loc) · 2.34 KB

ImageAnalysisByURL200ResponseCategory

Properties

Name Type Description Notes
Name string
Probability float32

Methods

NewImageAnalysisByURL200ResponseCategory

func NewImageAnalysisByURL200ResponseCategory(name string, probability float32, ) *ImageAnalysisByURL200ResponseCategory

NewImageAnalysisByURL200ResponseCategory instantiates a new ImageAnalysisByURL200ResponseCategory 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

NewImageAnalysisByURL200ResponseCategoryWithDefaults

func NewImageAnalysisByURL200ResponseCategoryWithDefaults() *ImageAnalysisByURL200ResponseCategory

NewImageAnalysisByURL200ResponseCategoryWithDefaults instantiates a new ImageAnalysisByURL200ResponseCategory 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

GetName

func (o *ImageAnalysisByURL200ResponseCategory) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ImageAnalysisByURL200ResponseCategory) GetNameOk() (*string, bool)

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

SetName

func (o *ImageAnalysisByURL200ResponseCategory) SetName(v string)

SetName sets Name field to given value.

GetProbability

func (o *ImageAnalysisByURL200ResponseCategory) GetProbability() float32

GetProbability returns the Probability field if non-nil, zero value otherwise.

GetProbabilityOk

func (o *ImageAnalysisByURL200ResponseCategory) GetProbabilityOk() (*float32, bool)

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

SetProbability

func (o *ImageAnalysisByURL200ResponseCategory) SetProbability(v float32)

SetProbability sets Probability field to given value.

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