언어 식별
    
    
      
    
    
      
      컬렉션을 사용해 정리하기
    
    
      
      내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
    
    
  
  
    
    
    

ML Kit의 기기별 언어 식별 API를 사용하면 텍스트 문자열의 언어를 확인할 수 있습니다.
언어 식별은 언어 정보가 포함되지 않은 사용자 제공 텍스트로 작업할 때 유용할 수 있습니다.
iOS
Android
   
  
주요 기능
- 광범위한 언어 지원. 100개 이상의 언어를 식별합니다. 전체 목록을 참고하세요. 
- 로마자 텍스트 지원. 네이티브 및 로마자 스크립트의 아랍어, 불가리아어, 그리스어, 힌디어, 일본어, 러시아어, 중국어 텍스트를 식별합니다. 
결과 예시
  | 간단한 언어 식별 | 
|---|
  
    | '내 호버크라프트는 장어로 가득합니다.' | en(영어) | 
  
    | 'Dao shan xue hai' | zh-Latn(라틴 문자 중국어) | 
  
    | 'ph'nglui mglw'nafh wgah'nagl fhtagn' | und(확인되지 않음) | 
  | 신뢰도 분포 | 
|---|
  
    | 'an amicable coup d'etat' | en(0.52)
 fr(0.44)
 ca(0.03) | 
  
  
  
  
 
  
    
      
      
    
    
      
    
    
  
       
    
    
      
    
  
  
  달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
  최종 업데이트: 2025-10-29(UTC)
  
  
  
    
      [[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-10-29(UTC)"],[],["ML Kit's on-device API identifies the language of text strings, supporting over one hundred languages, including romanized versions of Arabic, Bulgarian, Greek, Hindi, Japanese, Russian, and Chinese. It's designed for user-provided text that lacks language information. The API outputs language codes (e.g., `en` for English) or `und` for undetermined. For ambiguous cases, it provides a confidence distribution across multiple languages (e.g., `en` (0.52), `fr` (0.44)).\n"]]