Image

Represents meta data for a document image.

Image.Id

= Id

The unique identifier of this image record.

Image.DocumentId

= DocumentId

The unique identifier of the document this image belongs to.

Image.ImageSourceId

= ImageSourceId

If this image record is describing a cropped image, then this field is referring to the unique identifier of the original image record this cropped image is based on.

Image.ImageType

= ImageType

The type of image that this image record describes. Usually, the image type is referring to a different side, page, part or light spectrum of a security document.

See also

ImageType for more information.

Image.CropArea

= CropArea

If this image is based on another image referenced by Image.ImageSourceId, then this image is a subset of the referenced image limited by this crop area, which describes a crop region in image space of the referenced image in pixels after the rotation (Image.Rotation) has been applied.

Image.Rotation

= Rotation

If this image is based on another image referenced by Image.ImageSourceId, then this image is a subset of the referenced image described by the crop area and this rotation in degrees. The crop is applied after the rotation in image space of the image after it has been rotated. Only 90-degree intervals are supported for a rotation.

Image.Filename

= Filename

The original name of the file that was uploaded to the TrustID Cloud (if available).

Image.CreatedAt

= CreatedAt

The time stamp when this image record has been created.