{ "sections": [ "title", "description", "fields", "wsdl_segment", "field_reference" ], "title": "Image - Data API", "description": "Represents the details of an image. This object is available in API version 47.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "AlternateText": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Accessibility text to explain the image in words." }, "CapturedAngle": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Angle at which the image was captured." }, "ContentDocumentId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Unique identifier of the content document where image is stored. This is a relationship field.", "relationship_name": "ContentDocument", "relationship_type": "Lookup", "refers_to": "ContentDocument" }, "ImageClass": { "type": "picklist", "properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update", "description": "The image category. Possible values are: FOOD LOGOS OBJECTS SCENES" }, "ImageClassObjectType": { "type": "picklist", "properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update", "description": "The type of image. Used in Einstein Object Detection to identify whether the image is used to detect objects or build a model. Possible values are: DETECTION—Actual Image FEEDBACK TRAINING" }, "ImageViewType": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Orientation of the image." }, "IsActive": { "type": "boolean", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "Indicates if an image is active. The default value is False. An active image can be used for building or updating a model in Einstein Object Detection." }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The date on which the image was last referenced." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The date on which the image was last viewed." }, "Name": { "type": "string", "properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update", "description": "Name of the record." }, "OwnerId": { "type": "reference", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "Unique identifier of the record owner. This is a polymorphic relationship field.", "relationship_name": "Owner", "relationship_type": "Lookup", "refers_to": "Group, User" }, "Title": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Title of the image." }, "Url": { "type": "url", "properties": "Create, Filter, Nillable, Sort, Update", "description": "Public URL of the image file." } }, "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```", "field_reference": { "AlternateText": { "field_label": "Accessibility Text", "type": "string", "length": "255" }, "CapturedAngle": { "field_label": "Camera Angle", "type": "string", "length": "8" }, "ContentDocumentId": { "field_label": "Content Document ID", "type": "reference", "length": "18" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "Id": { "field_label": "Image ID", "type": "id", "length": "18" }, "ImageClass": { "field_label": "Category", "type": "picklist", "length": "255" }, "ImageClassObjectType": { "field_label": "Image Type", "type": "picklist", "length": "255" }, "ImageViewType": { "field_label": "Image Orientation", "type": "string", "length": "80" }, "IsActive": { "field_label": "Active", "type": "boolean" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "Name": { "field_label": "Name", "type": "string", "length": "255" }, "OwnerId": { "field_label": "Owner ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "Title": { "field_label": "Title", "type": "string", "length": "255" }, "Url": { "field_label": "URL", "type": "url", "length": "255" } }, "field_reference_columns": [ "field_label", "type", "length" ] }