Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StoredImagePrediction

Package version

result of an image classification request.

Hierarchy

  • StoredImagePrediction

Index

Properties

Optional created

created: Date

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

Optional domain

domain: undefined | string

Domain used for the prediction. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

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

Optional iteration

iteration: undefined | string

Iteration Id. 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 prediction image. NOTE: This property will not be serialized. It can only be populated by the server.

Optional predictions

predictions: Prediction[]

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

Optional project

project: undefined | string

Project Id. 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) prediction 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 prediction image. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc