Image¶
Represents meta data for a document image.
- Image.Id¶
=
IdThe unique identifier of this image record.
- Image.DocumentId¶
=
DocumentIdThe unique identifier of the document this image belongs to.
- Image.ImageSourceId¶
=
ImageSourceIdIf 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¶
=
ImageTypeThe 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¶
=
CropAreaIf 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¶
=
RotationIf 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¶
=
FilenameThe original name of the file that was uploaded to the TrustID Cloud (if available).
- Image.CreatedAt¶
=
CreatedAtThe time stamp when this image record has been created.