Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Image

Package version

Image model to be sent as JSON.

Hierarchy

  • Image

Index

Properties

Optional created

created: Date

Date the image was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional height

height: undefined | number

Height of the image. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Id of the image. NOTE: This property will not be serialized. It can only be populated by the server.

Optional originalImageUri

originalImageUri: undefined | string

The URI to the original uploaded image. NOTE: This property will not be serialized. It can only be populated by the server.

Optional regions

regions: ImageRegion[]

Regions associated with this image. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resizedImageUri

resizedImageUri: undefined | string

The URI to the (resized) image used for training. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: ImageTag[]

Tags associated with this image. NOTE: This property will not be serialized. It can only be populated by the server.

Optional thumbnailUri

thumbnailUri: undefined | string

The URI to the thumbnail of the original image. NOTE: This property will not be serialized. It can only be populated by the server.

Optional width

width: undefined | number

Width of the image. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc