Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.36 KB

File metadata and controls

134 lines (73 loc) · 4.36 KB

ImageGenerationRequestImageVariationParams

Properties

Name Type Description Notes
Images Pointer to []string [optional]
SimilarityStrength Pointer to float32 [optional]
Text Pointer to string [optional]
NegativeText Pointer to string [optional]

Methods

NewImageGenerationRequestImageVariationParams

func NewImageGenerationRequestImageVariationParams() *ImageGenerationRequestImageVariationParams

NewImageGenerationRequestImageVariationParams instantiates a new ImageGenerationRequestImageVariationParams 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

NewImageGenerationRequestImageVariationParamsWithDefaults

func NewImageGenerationRequestImageVariationParamsWithDefaults() *ImageGenerationRequestImageVariationParams

NewImageGenerationRequestImageVariationParamsWithDefaults instantiates a new ImageGenerationRequestImageVariationParams 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

GetImages

func (o *ImageGenerationRequestImageVariationParams) GetImages() []string

GetImages returns the Images field if non-nil, zero value otherwise.

GetImagesOk

func (o *ImageGenerationRequestImageVariationParams) GetImagesOk() (*[]string, bool)

GetImagesOk returns a tuple with the Images field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImages

func (o *ImageGenerationRequestImageVariationParams) SetImages(v []string)

SetImages sets Images field to given value.

HasImages

func (o *ImageGenerationRequestImageVariationParams) HasImages() bool

HasImages returns a boolean if a field has been set.

GetSimilarityStrength

func (o *ImageGenerationRequestImageVariationParams) GetSimilarityStrength() float32

GetSimilarityStrength returns the SimilarityStrength field if non-nil, zero value otherwise.

GetSimilarityStrengthOk

func (o *ImageGenerationRequestImageVariationParams) GetSimilarityStrengthOk() (*float32, bool)

GetSimilarityStrengthOk returns a tuple with the SimilarityStrength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSimilarityStrength

func (o *ImageGenerationRequestImageVariationParams) SetSimilarityStrength(v float32)

SetSimilarityStrength sets SimilarityStrength field to given value.

HasSimilarityStrength

func (o *ImageGenerationRequestImageVariationParams) HasSimilarityStrength() bool

HasSimilarityStrength returns a boolean if a field has been set.

GetText

func (o *ImageGenerationRequestImageVariationParams) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

func (o *ImageGenerationRequestImageVariationParams) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetText

func (o *ImageGenerationRequestImageVariationParams) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *ImageGenerationRequestImageVariationParams) HasText() bool

HasText returns a boolean if a field has been set.

GetNegativeText

func (o *ImageGenerationRequestImageVariationParams) GetNegativeText() string

GetNegativeText returns the NegativeText field if non-nil, zero value otherwise.

GetNegativeTextOk

func (o *ImageGenerationRequestImageVariationParams) GetNegativeTextOk() (*string, bool)

GetNegativeTextOk returns a tuple with the NegativeText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNegativeText

func (o *ImageGenerationRequestImageVariationParams) SetNegativeText(v string)

SetNegativeText sets NegativeText field to given value.

HasNegativeText

func (o *ImageGenerationRequestImageVariationParams) HasNegativeText() bool

HasNegativeText returns a boolean if a field has been set.

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