共用方式為


PiiEntity interface

來自 PII 辨識的實體,其中包含所遇到的 PII 類型相關信息。

Extends

繼承的屬性

category

實體類型。

confidenceScore

擷取實體 0 到 1 之間的信賴分數。

length

實體文字的長度。 使用不同的 『stringIndexType』 值可能會影響傳回的長度。

offset

實體文字的開始位置。 使用不同的 『stringIndexType』 值可能會影響傳回的位移。

subCategory

(選擇性)實體子類型。

text

要求中顯示的實體文字。

繼承的屬性詳細資料

category

實體類型。

category: string

屬性值

string

繼承自Entity.category

confidenceScore

擷取實體 0 到 1 之間的信賴分數。

confidenceScore: number

屬性值

number

繼承自Entity.confidenceScore

length

實體文字的長度。 使用不同的 『stringIndexType』 值可能會影響傳回的長度。

length: number

屬性值

number

繼承自Entity.length

offset

實體文字的開始位置。 使用不同的 『stringIndexType』 值可能會影響傳回的位移。

offset: number

屬性值

number

繼承自Entity.offset

subCategory

(選擇性)實體子類型。

subCategory?: string

屬性值

string

繼承自Entity.subCategory

text

要求中顯示的實體文字。

text: string

屬性值

string

繼承自Entity.text