Newer Version Available

This content describes an older version of this product. View Latest

AiImageDetectedObject

Represents the details of an object that is detected by the model in an image. This object is available in API version 47.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
ImageId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Unique identifier of the image in which the object was detected.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The most recent date on which a user viewed this record.
MaxX
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Maximum X coordinate or the farthest right point of the object in the image, in pixels.
MaxY
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Maximum Y coordinate or the top most point of the object in the image, in pixels.
MinX
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Minimum X coordinate or the farthest left point of the object in the image, in pixels.
MinY
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Minimum Y coordinate or the bottom most point of the object in the image, in pixels.
ModelId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Unique identifier of the model that detected the object.
Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort, Update
Description
Name of the record.
ObjectLabel
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Name of the object that was identified.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Unique identifier of the record owner.
Probability
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Probability with which the object is detected by the model. Possible values are any number between 0 and 1.