Share via


ImageGenerationStyle Struct

Definition

An image generation configuration that specifies how the model should incorporate realism and other visual characteristics. Only configurable with dall-e-3 models.

public readonly struct ImageGenerationStyle : IEquatable<Azure.AI.OpenAI.ImageGenerationStyle>
type ImageGenerationStyle = struct
Public Structure ImageGenerationStyle
Implements IEquatable(Of ImageGenerationStyle)
Inheritance
ImageGenerationStyle
Implements

Constructors

ImageGenerationStyle(String)

Initializes a new instance of ImageGenerationStyle.

Properties

Natural

Requests image generation in a natural style with less preference for dramatic and hyper-realistic characteristics.

Vivid

Requests image generation in a vivid style with a higher preference for dramatic and hyper-realistic characteristics.

Methods

Equals(ImageGenerationStyle)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ImageGenerationStyle, ImageGenerationStyle)

Determines if two ImageGenerationStyle values are the same.

Implicit(String to ImageGenerationStyle)

Converts a string to a ImageGenerationStyle.

Inequality(ImageGenerationStyle, ImageGenerationStyle)

Determines if two ImageGenerationStyle values are not the same.

Applies to