ImagePrediction interface
影像預測要求的結果。
屬性
created | 建立此預測的日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
id | 預測標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。 |
iteration | 反覆項目標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。 |
predictions | 預測清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
project | 項目標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。 |
屬性詳細資料
created
建立此預測的日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。
created?: Date
屬性值
Date
id
預測標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。
id?: string
屬性值
string
iteration
反覆項目標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。
iteration?: string
屬性值
string
predictions
project
項目標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。
project?: string
屬性值
string