Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 4.36 KB

ImageAnalysisByURL200ResponseNutritionCalories.md

File metadata and controls

114 lines (61 loc) · 4.36 KB

ImageAnalysisByURL200ResponseNutritionCalories

Properties

Name Type Description Notes
Value float32
Unit string
ConfidenceRange95Percent ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
StandardDeviation float32

Methods

NewImageAnalysisByURL200ResponseNutritionCalories

func NewImageAnalysisByURL200ResponseNutritionCalories(value float32, unit string, confidenceRange95Percent ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent, standardDeviation float32, ) *ImageAnalysisByURL200ResponseNutritionCalories

NewImageAnalysisByURL200ResponseNutritionCalories instantiates a new ImageAnalysisByURL200ResponseNutritionCalories 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

NewImageAnalysisByURL200ResponseNutritionCaloriesWithDefaults

func NewImageAnalysisByURL200ResponseNutritionCaloriesWithDefaults() *ImageAnalysisByURL200ResponseNutritionCalories

NewImageAnalysisByURL200ResponseNutritionCaloriesWithDefaults instantiates a new ImageAnalysisByURL200ResponseNutritionCalories 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

GetValue

func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetValue() float32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetValueOk() (*float32, bool)

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

SetValue

func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetValue(v float32)

SetValue sets Value field to given value.

GetUnit

func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetUnit() string

GetUnit returns the Unit field if non-nil, zero value otherwise.

GetUnitOk

func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetUnitOk() (*string, bool)

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

SetUnit

func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetUnit(v string)

SetUnit sets Unit field to given value.

GetConfidenceRange95Percent

func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95Percent() ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent

GetConfidenceRange95Percent returns the ConfidenceRange95Percent field if non-nil, zero value otherwise.

GetConfidenceRange95PercentOk

func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95PercentOk() (*ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent, bool)

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

SetConfidenceRange95Percent

func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetConfidenceRange95Percent(v ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent)

SetConfidenceRange95Percent sets ConfidenceRange95Percent field to given value.

GetStandardDeviation

func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviation() float32

GetStandardDeviation returns the StandardDeviation field if non-nil, zero value otherwise.

GetStandardDeviationOk

func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviationOk() (*float32, bool)

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

SetStandardDeviation

func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetStandardDeviation(v float32)

SetStandardDeviation sets StandardDeviation field to given value.

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