SuggestedTagAndRegionQueryToken interface
包含我們需要擷取建議標籤的屬性。 針對第一次呼叫,會話和接續會設定為 null。 然後在後續呼叫時,使用先前 SuggestedTagAndRegionQuery 結果的會話/接續來擷取其他結果。
屬性
continuation | 資料庫分頁的接續識別碼。 一開始為 null,但稍後用來分頁。 |
max |
您想要在回應中傳回的結果數目上限。 |
session | 資料庫查詢的 SessionId。 一開始設定為 null,但稍後用來分頁。 |
sort |
OrderBy。 結果的排序機制。 可能的值包括:'UncertaintyAscending'、'UncertaintyDescending' |
tag |
專案中要篩選建議標記的現有 TagId。 |
threshold | 篩選建議標籤的信賴閾值。 |
屬性詳細資料
continuation
資料庫分頁的接續識別碼。 一開始為 null,但稍後用來分頁。
continuation?: string
屬性值
string
maxCount
您想要在回應中傳回的結果數目上限。
maxCount?: number
屬性值
number
session
資料庫查詢的 SessionId。 一開始設定為 null,但稍後用來分頁。
session?: string
屬性值
string
sortBy
tagIds
專案中要篩選建議標記的現有 TagId。
tagIds?: string[]
屬性值
string[]
threshold
篩選建議標籤的信賴閾值。
threshold?: number
屬性值
number