Images.GetImage

Retrieve a image by its ID.

GetImageRequest

id
string

ID of the image to get

feed_id
string

Feed ID of the image to get

GetImageResponse

id
string

ID assigned to the image

feed_id
string

User specified ID to reference the source of the image

custom_id
string

Arbitrary user specified ID to reference the image

created_at
int64

Timestamp for when image was created

data
string

Either encoded or pixel image data

classification
array[ClassifyResultWithExclusionZones]
result
ClassifyResult
class
string

The class found

confidence
float

The confidence for the class

exclusion_zones
array[ExclusionZone]
points
array[Point]

Ordered list of points delimitating this polygon

x
int32

Position on the X-axis

y
int32

Position on the Y-axis

detection
array[DetectResultWithExclusionZones]
result
DetectResult
class
string

The class found

confidence
float

The confidence for the class

bounding_box
BoundingBox
x_min
int32

Start position of bounding box on the X-axis

y_min
int32

Start position of bounding box on the Y-axis

x_max
int32

End position of bounding box on the X-axis

y_max
int32

End position of bounding box on the Y-axis

normalized_bounding_box
NormalizedBoundingBox
x_min
double

Normalized start position of bounding box on the X-axis

y_min
double

Normalized start position of bounding box on the Y-axis

x_max
double

Normalized end position of bounding box on the X-axis

y_max
double

Normalized end position of bounding box on the Y-axis

exclusion_zones
array[ExclusionZone]
points
array[Point]

Ordered list of points delimitating this polygon

x
int32

Position on the X-axis

y
int32

Position on the Y-axis

face_recognition
array[RecognizeFaceResultWithExclusionZones]
result
RecognizeFaceResult
face_id
string

ID assigned to the face

identity_id
string

ID of the identity this face is assigned to

name
string

Name given to identity

confidence
float

The confidence for the face

bounding_box
BoundingBox

Bounding box with absolute pixel coordinates

x_min
int32

Start position of bounding box on the X-axis

y_min
int32

Start position of bounding box on the Y-axis

x_max
int32

End position of bounding box on the X-axis

y_max
int32

End position of bounding box on the Y-axis

normalized_bounding_box
NormalizedBoundingBox

Bounding box with coordinates normalized against the image

x_min
double

Normalized start position of bounding box on the X-axis

y_min
double

Normalized start position of bounding box on the Y-axis

x_max
double

Normalized end position of bounding box on the X-axis

y_max
double

Normalized end position of bounding box on the Y-axis

sharpness
float

The sharpness of the face

frontal_pose
string

The frontal pose of a face

exclusion_zones
array[ExclusionZone]
points
array[Point]

Ordered list of points delimitating this polygon

x
int32

Position on the X-axis

y
int32

Position on the Y-axis