共用方式為


ImagePrediction interface

影像預測要求的結果。

屬性

created

建立此預測的日期。 注意:此屬性不會序列化。 它只能由伺服器填入。

id

預測識別碼。 注意:此屬性不會序列化。它只能由伺服器填入。

iteration

反復專案識別碼。 注意:此屬性不會序列化。它只能由伺服器填入。

predictions

預測清單。 注意:此屬性不會序列化。 它只能由伺服器填入。

project

專案識別碼。 注意:此屬性不會序列化。它只能由伺服器填入。

屬性詳細資料

created

建立此預測的日期。 注意:此屬性不會序列化。 它只能由伺服器填入。

created?: Date

屬性值

Date

id

預測識別碼。 注意:此屬性不會序列化。它只能由伺服器填入。

id?: string

屬性值

string

iteration

反復專案識別碼。 注意:此屬性不會序列化。它只能由伺服器填入。

iteration?: string

屬性值

string

predictions

預測清單。 注意:此屬性不會序列化。 它只能由伺服器填入。

predictions?: Prediction[]

屬性值

project

專案識別碼。 注意:此屬性不會序列化。它只能由伺服器填入。

project?: string

屬性值

string