語言

ImageGenerationResponseFormat 列舉

定義

代表所產生影像的請求回應格式。

public enum class ImageGenerationResponseFormat
public enum ImageGenerationResponseFormat
type ImageGenerationResponseFormat = 
Public Enum ImageGenerationResponseFormat
繼承
ImageGenerationResponseFormat

欄位

名稱 Description
Uri 0

產生的影像會以指向影像資源的 URI 形式回傳。

Data 1

產生的影像會以記憶體中的影像資料回傳。

Hosted 2

產生的影像會以託管資源識別碼的形式回傳,之後可用來擷取該影像。

備註

並非所有實作都支援所有回應格式,若未支援,實作可能會忽略此值。

適用於