ImageGenerationResponse クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イメージ生成要求の結果を表します。
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 |
イメージ生成応答の使用状況の詳細を取得または設定します。 |