google_api_manufacturers v0.0.1 GoogleApi.Manufacturers.V1.Model.Image View Source

An image.

Attributes

  • imageUrl (String): The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully. Defaults to: null.
  • status (String): The status of the image. @OutputOnly Defaults to: null.

    • Enum - one of [STATUS_UNSPECIFIED, PENDING_PROCESSING, PENDING_CRAWL, OK, ROBOTED, XROBOTED, CRAWL_ERROR, PROCESSING_ERROR, DECODING_ERROR, TOO_BIG, CRAWL_SKIPPED]
  • type (String): The type of the image, i.e., crawled or uploaded. @OutputOnly Defaults to: null.

    • Enum - one of [TYPE_UNSPECIFIED, CRAWLED, UPLOADED]