ImageFileCreateBatch interface

An interface representing ImageFileCreateBatch.

Properties

images
metadata

The metadata of image. Limited to 10 key-value pairs per image. The length of key is limited to 128. The length of value is limited to 256.

tagIds

Property Details

images

images?: ImageFileCreateEntry[]

Property Value

metadata

The metadata of image. Limited to 10 key-value pairs per image. The length of key is limited to 128. The length of value is limited to 256.

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

Property Value

{[propertyName: string]: string}

tagIds

tagIds?: string[]

Property Value

string[]