ImageIdCreateBatch interface

ImageIdCreateBatch를 나타내는 인터페이스입니다.

속성

images
metadata

이미지의 메타데이터입니다. 이미지당 10개의 키-값 쌍으로 제한됩니다. 키 길이는 128로 제한됩니다. 값의 길이는 256으로 제한됩니다.

tagIds

속성 세부 정보

images

images?: ImageIdCreateEntry[]

속성 값

metadata

이미지의 메타데이터입니다. 이미지당 10개의 키-값 쌍으로 제한됩니다. 키 길이는 128로 제한됩니다. 값의 길이는 256으로 제한됩니다.

metadata?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

tagIds

tagIds?: string[]

속성 값

string[]