Name | Type | Description | Notes |
---|---|---|---|
Annotations | []DetectFoodInText200ResponseAnnotationsInner |
func NewDetectFoodInText200Response(annotations []DetectFoodInText200ResponseAnnotationsInner, ) *DetectFoodInText200Response
NewDetectFoodInText200Response instantiates a new DetectFoodInText200Response 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 NewDetectFoodInText200ResponseWithDefaults() *DetectFoodInText200Response
NewDetectFoodInText200ResponseWithDefaults instantiates a new DetectFoodInText200Response 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 *DetectFoodInText200Response) GetAnnotations() []DetectFoodInText200ResponseAnnotationsInner
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
func (o *DetectFoodInText200Response) GetAnnotationsOk() (*[]DetectFoodInText200ResponseAnnotationsInner, bool)
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DetectFoodInText200Response) SetAnnotations(v []DetectFoodInText200ResponseAnnotationsInner)
SetAnnotations sets Annotations field to given value.