DetectedObject interface
影像中偵測到的物件。
屬性
confidence | 在影像中觀察到物件的信賴分數,其值為0到1。 |
object | 對象的標籤。 |
parent | 父物件,從分類法的觀點。 父對像是這個物件的較泛型形式。 例如,「鬥牛犬」會有「狗」的父代。 |
rectangle | 偵測到物件的近似位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
confidence
在影像中觀察到物件的信賴分數,其值為0到1。
confidence?: number
屬性值
number
object
對象的標籤。
object?: string
屬性值
string