Food Analysis
Field Name
Type
Description
id
ID
Id of Food Analysis.
profile
profileType
User profile.
image
String
Food image URL.
foodDescription
String
Description of the food being processed.
status
GptFoodAnalysisStatusChoices
enum GptFoodAnalysisStatusChoices { PENDING Pending PROCESSING Processing COMPLETED Completed FAILED Failed }
errorMessage
String
Description of the error.
errorCode
Int
Error code.
serviceResponse
JSONString
createdAt
DateTime
The date when the food analysis was created. Format: YYYY-MM-DDT hh:mm:ssZ
updatedAt
DateTime
The date when the food analysis was updated. Format: YYYY-MM-DDT hh:mm:ssZ
Last updated
Was this helpful?