Name | Type | Description | Notes |
---|---|---|---|
Value | float32 | ||
Unit | string | ||
ConfidenceRange95Percent | ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent | ||
StandardDeviation | float32 |
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
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
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetValue() float32
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetValue(v float32)
SetValue sets Value field to given value.
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetUnit() string
GetUnit returns the Unit field if non-nil, zero value otherwise.
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.
func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetUnit(v string)
SetUnit sets Unit field to given value.
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetConfidenceRange95Percent() ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent
GetConfidenceRange95Percent returns the ConfidenceRange95Percent field if non-nil, zero value otherwise.
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.
func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetConfidenceRange95Percent(v ImageAnalysisByURL200ResponseNutritionCaloriesConfidenceRange95Percent)
SetConfidenceRange95Percent sets ConfidenceRange95Percent field to given value.
func (o *ImageAnalysisByURL200ResponseNutritionCalories) GetStandardDeviation() float32
GetStandardDeviation returns the StandardDeviation field if non-nil, zero value otherwise.
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.
func (o *ImageAnalysisByURL200ResponseNutritionCalories) SetStandardDeviation(v float32)
SetStandardDeviation sets StandardDeviation field to given value.