ImageGenerationResponseFormat 열거형

정의

생성된 이미지의 요청된 응답 형식을 나타냅니다.

public enum class ImageGenerationResponseFormat
public enum ImageGenerationResponseFormat
type ImageGenerationResponseFormat = 
Public Enum ImageGenerationResponseFormat
상속
ImageGenerationResponseFormat

필드

Name Description
Uri 0

생성된 이미지는 이미지 리소스를 가리키는 URI로 반환됩니다.

Data 1

생성된 이미지는 메모리 내 이미지 데이터로 반환됩니다.

Hosted 2

생성된 이미지는 호스트된 리소스 식별자로 반환되며 나중에 이미지를 검색하는 데 사용할 수 있습니다.

설명

모든 구현이 모든 응답 형식을 지원하는 것은 아니며 지원되지 않는 경우 구현에서 이 값을 무시할 수 있습니다.

적용 대상