ImageGenerationOptions Конструкторы

Определение

Инициализирует новый экземпляр класса ImageGenerationOptions.

Перегрузки

Имя Описание
ImageGenerationOptions()

Инициализирует новый экземпляр класса ImageGenerationOptions.

ImageGenerationOptions(ImageGenerationOptions)

Инициализирует новый экземпляр ImageGenerationOptions класса, выполняя неглубокое копирование всех свойств из other.

ImageGenerationOptions()

Исходный код:
ImageGenerationOptions.cs

Инициализирует новый экземпляр класса ImageGenerationOptions.

public:
 ImageGenerationOptions();
public ImageGenerationOptions();
Public Sub New ()

Применяется к

ImageGenerationOptions(ImageGenerationOptions)

Исходный код:
ImageGenerationOptions.cs

Инициализирует новый экземпляр ImageGenerationOptions класса, выполняя неглубокое копирование всех свойств из other.

protected:
 ImageGenerationOptions(Microsoft::Extensions::AI::ImageGenerationOptions ^ other);
protected ImageGenerationOptions(Microsoft.Extensions.AI.ImageGenerationOptions? other);
new Microsoft.Extensions.AI.ImageGenerationOptions : Microsoft.Extensions.AI.ImageGenerationOptions -> Microsoft.Extensions.AI.ImageGenerationOptions
Protected Sub New (other As ImageGenerationOptions)

Параметры

Применяется к