ImageGenerationResponse クラス

定義

イメージ生成要求の結果を表します。

public ref class ImageGenerationResponse
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public class ImageGenerationResponse
public class ImageGenerationResponse
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type ImageGenerationResponse = class
type ImageGenerationResponse = class
Public Class ImageGenerationResponse
継承
ImageGenerationResponse
属性

コンストラクター

名前 説明
ImageGenerationResponse()

ImageGenerationResponse クラスの新しいインスタンスを初期化します。

ImageGenerationResponse(IList<AIContent>)

ImageGenerationResponse クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Contents

生成されたコンテンツ項目を取得または設定します。

RawRepresentation

基になる実装からのイメージ生成応答の生表現を取得または設定します。

Usage

イメージ生成応答の使用状況の詳細を取得または設定します。

適用対象