MCPcopy
hub / github.com/maziyarpanahi/openmed / PIIExtractRequest

Interface PIIExtractRequest

clients/typescript/src/index.ts:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51export interface PIIExtractRequest {
52 text: string;
53 model_name?: string;
54 confidence_threshold?: number;
55 use_smart_merging?: boolean;
56 lang?: PIILanguage;
57 normalize_accents?: boolean | null;
58 keep_alive?: KeepAliveValue | null;
59}
60
61export interface PIIDeidentifyRequest {
62 text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected