MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / DetectLanguageResponse

Interface DetectLanguageResponse

lib/language.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface DetectLanguageResponse {
2 data: {
3 detections: {
4 language: string;
5 isReliable: boolean;
6 confidence: number;
7 }[];
8 };
9}
10
11const languageNames = new Intl.DisplayNames(["en"], { type: "language" });
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected