Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.91 KB

DetectFoodInText200Response.md

File metadata and controls

51 lines (28 loc) · 1.91 KB

DetectFoodInText200Response

Properties

Name Type Description Notes
Annotations []DetectFoodInText200ResponseAnnotationsInner

Methods

NewDetectFoodInText200Response

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

NewDetectFoodInText200ResponseWithDefaults

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

GetAnnotations

func (o *DetectFoodInText200Response) GetAnnotations() []DetectFoodInText200ResponseAnnotationsInner

GetAnnotations returns the Annotations field if non-nil, zero value otherwise.

GetAnnotationsOk

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.

SetAnnotations

func (o *DetectFoodInText200Response) SetAnnotations(v []DetectFoodInText200ResponseAnnotationsInner)

SetAnnotations sets Annotations field to given value.

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