Interface IdentifyLabelsInput
interface IdentifyLabelsInput { labels: { source: IdentifySource; type: "LABELS" | "UNSAFE" | "ALL"; }; } Properties
labels
labels: { source: IdentifySource; type: "LABELS" | "UNSAFE" | "ALL"; } Type declaration
type: "LABELS" | "UNSAFE" | "ALL"