{"id":13801225,"url":"https://github.com/hemangsk/capacitor-mlkit-language","last_synced_at":"2026-04-12T22:32:28.302Z","repository":{"id":95095636,"uuid":"292011257","full_name":"hemangsk/capacitor-mlkit-language","owner":"hemangsk","description":"Capacitor Plugin implementing Language Identification on Android \u0026 iOS using Google's on-device ML library - ML Kit","archived":false,"fork":false,"pushed_at":"2021-05-30T10:12:55.000Z","size":248,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T00:28:06.113Z","etag":null,"topics":["android","capacitor","capacitor-plugin","ios","language-identification","mlkit"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hemangsk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-09-01T13:52:37.000Z","updated_at":"2024-11-20T09:23:56.000Z","dependencies_parsed_at":"2023-04-27T17:25:07.834Z","dependency_job_id":null,"html_url":"https://github.com/hemangsk/capacitor-mlkit-language","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangsk%2Fcapacitor-mlkit-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangsk%2Fcapacitor-mlkit-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangsk%2Fcapacitor-mlkit-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangsk%2Fcapacitor-mlkit-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemangsk","download_url":"https://codeload.github.com/hemangsk/capacitor-mlkit-language/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241885176,"owners_count":20036901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","capacitor","capacitor-plugin","ios","language-identification","mlkit"],"created_at":"2024-08-04T00:01:20.699Z","updated_at":"2025-10-16T13:01:30.157Z","avatar_url":"https://github.com/hemangsk.png","language":"Swift","funding_links":[],"categories":["Other plugins"],"sub_categories":["Specialized Hardware"],"readme":"\u003ch1 align=\"center\"\u003eCapacitor ML Kit Language ID\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  Plugin implementing Language Identification on Android \u0026 iOS using Google's on-device ML library - ML Kit\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/hemangsk/capacitor-mlkit-language/workflows/Test/badge.svg\"\u003e\n    \u003cimg src=\"https://github.com/hemangsk/capacitor-mlkit-language/workflows/Test/badge.svg\" alt=\"Tests\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/hemangsk/capacitor-mlkit-language/workflows/Build/badge.svg\"\u003e\n    \u003cimg src=\"https://github.com/hemangsk/capacitor-mlkit-language/workflows/Build/badge.svg\" alt=\"Builds\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n\n  \n  \u003ca href=\"https://lbesson.mit-license.org/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://github.com/hemangsk/capacitor-mlkit-language/pulse\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Maintained-Yes-green.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Why ?\n\n[Google's ML Kit SDK](https://developers.google.com/ml-kit/) helps us to identify the language of a string of text. We can get the string's most likely language as well as a list of all the possible languages alongwith confidence scores. This plugin provides a Typescript API to interact with the native ML Kit libraries on iOS and Android.\n\n## Usage\n\n#### 1. Create a LanguageIdentification client\n\n```typescript\nconst languageIdentifier: LanguageIdentifier = LanguageIdentification.getClient();\n```\n\n#### 2. Identify Language\n\n```typescript\nconst response = await languageIdentifier.identifyLanguage('This is some english');\n```\n\n#### 3. Identify All Possible Languages\n\n```typescript\nconst response = await languageIdentifier.identifyPossibleLanguages('This is some english');\n```\n\n## Reference\n\n[Docs](https://hemangsk.github.io/capacitor-mlkit-language/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemangsk%2Fcapacitor-mlkit-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemangsk%2Fcapacitor-mlkit-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemangsk%2Fcapacitor-mlkit-language/lists"}