Image

Image

Implements

Fields

action (UpsertActionType!)

Determines if it was a create or update.

altitude (Float!)

The altitude value from the camera when the image was captured.

calculated_index (CalculatedIndex!)

The type of index (if present) calculated for this image.

camera_make (String)

The camera make for this captured image.

camera_model (String)

The camera model for this captured image.

captured_at (ISO8601DateTime!)

The timestamp of when the camera captured the image. This attribute can be used as the date_attribute_name in a date_range query.

color_applied (ColorApplied!)

The color application (if present) for this image.

content_hash (String!)

The current content hash for this item.

created_at (ISO8601DateTime!)

The timestamp of when the item was created in the system.

created_by (User!)

The user who created this item.

derived_images ([DerivedImage]!)

A list of associated images that were derived from this image.

Argument Type Description
derived_type DerivedImageType

Specifies which type of derived images to make available as a result of the query.

distance_from_origin (Float)

The distance in miles from an origin geo-position of this image. Only available when using the haversine radius query input; null otherwise.

download_filename (String)

The name of the file on disk that is created when downloading this image using the download url.

filename (String)

The image filename.

gps_carrier_phase_status (GpsCarrierPhaseStatus!)

The GPS carrier phase status.

gps_horizontal_accuracy (Float!)

The GPS horizontal accuracy.

gps_vertical_accuracy (Float!)

The GPS vertical accuracy.

internal_use (Boolean!)

If true then this image is treated as internal-use-only.

latitude (Float!)

The latitude value of the center geo-position where this image was captured.

longitude (Float!)

The longitude value of the center geo-position where this image was captured.

orientation (String)

The orientation of this captured image.

path (String)

The image path.

pitch (Float)

The pitch value from the camera when the image was captured.

roll (Float)

The roll value from the camera when the image was captured.

sensor_type (SensorType!)

The type of sensor that captured the image.

sentera_id (ID!)

A system-generated key identifying a specific instance of a image.

size (Int)

The size of this captured image.

survey (Survey!)

The associated survey of this image.

updated_at (ISO8601DateTime!)

The timestamp of when the item was last updated in the system.

updated_by (User)

The user who last updated this item.

url (String)

A url for downloading the image (blank if the physical image file does not exist). Valid for the next 60 minutes.

yaw (Float)

The yaw value from the camera when the image was captured.