Logo Management

Get logo details

Get details about a specific logo

get/images/logos/{logo_id}

Path parameters

logo_idinteger required
Example:1

The ID of the logo

Response

Logo details

annotation_typestring

The type of the logo annotation (ex: "brand", "label",...)

annotation_valuestring

The value of the logo annotation.

annotation_value_tagstring

The value tag of the logo annotation.

barcodestring required

Barcode of the product the logo annotation is about.

bounding_boxnumber[]

The bounding box of the logo as a list of ratio coordinates.

completed_atstring date-time

The datetime of completion of the annotation, in ISO format.

idinteger required

The ID of the logo annotation.

imageobject

Details about the image associated with the logo.

scorenumber

The confidence score of the annotation, between 0 and 1. The larger the score is the more confident we are in the annotation.

server_typeServerType — unresolved $ref
source_imagestring

The path of the image the logo was extracted from.

taxonomy_valuestring

The taxonomy tag associated to the logo, if any.

textstring

The text detected on the logo.

usernamestring

The username of the annotator who created the logo.

Changes

Changed in 1 of the 3 revisions of this API.15

    • added the optional property annotation_type to the response with the 200 status

      response-optional-property-added

    • added the optional property annotation_value to the response with the 200 status

      response-optional-property-added

    • added the optional property annotation_value_tag to the response with the 200 status

      response-optional-property-added

    • added the optional property bounding_box to the response with the 200 status

      response-optional-property-added

    • added the optional property completed_at to the response with the 200 status

      response-optional-property-added

    • added the optional property image to the response with the 200 status

      response-optional-property-added

    • added the optional property nearest_neighbors to the response with the 200 status

      response-optional-property-added

    • added the optional property score to the response with the 200 status

      response-optional-property-added

    • added the optional property server_type to the response with the 200 status

      response-optional-property-added

    • added the optional property source_image to the response with the 200 status

      response-optional-property-added

    • added the optional property taxonomy_value to the response with the 200 status

      response-optional-property-added

    • added the optional property text to the response with the 200 status

      response-optional-property-added

    • added the optional property username to the response with the 200 status

      response-optional-property-added

    • added the required property barcode to the response with the 200 status

      response-required-property-added

    • added the required property id to the response with the 200 status

      response-required-property-added