ImagePrediction interface 
图像预测请求的结果。
属性
| created | 创建此预测的日期。 注意:此属性不会序列化。 它只能由服务器填充。  | 
| id | 预测 ID。注意:此属性不会序列化。它只能由服务器填充。  | 
| iteration | 迭代 ID。注意:此属性不会序列化。它只能由服务器填充。  | 
| predictions | 预测列表。 注意:此属性不会序列化。 它只能由服务器填充。  | 
| project | 项目 ID。注意:此属性不会序列化。它只能由服务器填充。  | 
属性详细信息
created
创建此预测的日期。 注意:此属性不会序列化。 它只能由服务器填充。
created?: Date
				属性值
Date
id
预测 ID。注意:此属性不会序列化。它只能由服务器填充。
id?: string
				属性值
string
iteration
迭代 ID。注意:此属性不会序列化。它只能由服务器填充。
iteration?: string
				属性值
string
predictions
project
项目 ID。注意:此属性不会序列化。它只能由服务器填充。
project?: string
				属性值
string