Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.97 KB

DetectFoodInText200ResponseAnnotationsInner.md

File metadata and controls

93 lines (50 loc) · 2.97 KB

DetectFoodInText200ResponseAnnotationsInner

Properties

Name Type Description Notes
Annotation string
Image string
Tag string

Methods

NewDetectFoodInText200ResponseAnnotationsInner

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

NewDetectFoodInText200ResponseAnnotationsInnerWithDefaults

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

GetAnnotation

func (o *DetectFoodInText200ResponseAnnotationsInner) GetAnnotation() string

GetAnnotation returns the Annotation field if non-nil, zero value otherwise.

GetAnnotationOk

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.

SetAnnotation

func (o *DetectFoodInText200ResponseAnnotationsInner) SetAnnotation(v string)

SetAnnotation sets Annotation field to given value.

GetImage

func (o *DetectFoodInText200ResponseAnnotationsInner) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

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.

SetImage

func (o *DetectFoodInText200ResponseAnnotationsInner) SetImage(v string)

SetImage sets Image field to given value.

GetTag

func (o *DetectFoodInText200ResponseAnnotationsInner) GetTag() string

GetTag returns the Tag field if non-nil, zero value otherwise.

GetTagOk

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.

SetTag

func (o *DetectFoodInText200ResponseAnnotationsInner) SetTag(v string)

SetTag sets Tag field to given value.

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