Name | Type | Description | Notes |
---|---|---|---|
Annotation | string | ||
Image | string | ||
Tag | string |
func NewDetectFoodInText200ResponseAnnotationsInner(annotation string, image string, tag string, ) *DetectFoodInText200ResponseAnnotationsInner
NewDetectFoodInText200ResponseAnnotationsInner instantiates a new DetectFoodInText200ResponseAnnotationsInner 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 NewDetectFoodInText200ResponseAnnotationsInnerWithDefaults() *DetectFoodInText200ResponseAnnotationsInner
NewDetectFoodInText200ResponseAnnotationsInnerWithDefaults instantiates a new DetectFoodInText200ResponseAnnotationsInner 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 *DetectFoodInText200ResponseAnnotationsInner) GetAnnotation() string
GetAnnotation returns the Annotation field if non-nil, zero value otherwise.
func (o *DetectFoodInText200ResponseAnnotationsInner) GetAnnotationOk() (*string, bool)
GetAnnotationOk returns a tuple with the Annotation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DetectFoodInText200ResponseAnnotationsInner) SetAnnotation(v string)
SetAnnotation sets Annotation field to given value.
func (o *DetectFoodInText200ResponseAnnotationsInner) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *DetectFoodInText200ResponseAnnotationsInner) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DetectFoodInText200ResponseAnnotationsInner) SetImage(v string)
SetImage sets Image field to given value.
func (o *DetectFoodInText200ResponseAnnotationsInner) GetTag() string
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *DetectFoodInText200ResponseAnnotationsInner) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DetectFoodInText200ResponseAnnotationsInner) SetTag(v string)
SetTag sets Tag field to given value.