Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClassifiedImage

Results for one image.

Hierarchy

  • ClassifiedImage

Index

Properties

classifiers

classifiers: ClassifierResult[]

The classifiers.

Optional error

error: ErrorInfo

Information about what might have caused a failure, such as an image that is too large. Not returned when there is no error.

Optional image

image: string

Relative path of the image file if uploaded directly. Not returned when the image is passed by URL.

Optional resolved_url

resolved_url: string

Fully resolved URL of the image after redirects are followed. Not returned when the image is uploaded.

Optional source_url

source_url: string

Source of the image before any redirects. Not returned when the image is uploaded.

Generated using TypeDoc