Google Mobile Vision에서 이전
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google Mobile Vision이 지원 중단되었으며 개발자는 대체인 ML Kit SDK로 이전해야 합니다. 새 SDK로 이전하면 최상의 성능, 안정성, 최신 기능을 활용할 수 있습니다. 또한 ML Kit는 비전뿐만 아니라 자연어 사용 사례에도 머신러닝 기반 API를 추가로 제공합니다.
현재 앱에서 Mobile Vision의 바코드 스캔, 텍스트 인식 또는 얼굴 인식 API를 사용하는 경우 Android용 ML Kit 이전 가이드 및 iOS용 ML Kit 이전 가이드에 따라 새 ML Kit SDK로 이전하세요.
자주 묻는 질문(FAQ)
앱에서 모바일 비전을 사용 중인지 어떻게 알 수 있나요?
Android에서 모듈 (앱 수준) Gradle 파일 (일반적으로 app/build.gradle
)에 이 종속 항목이 포함되어 있는지 확인합니다.
com.google.android.gms:play-services-vision:x.x.x
iOS의 경우 Podfile에 다음 종속 항목 중 하나가 포함되어 있는지 확인합니다.
pod 'GoogleMobileVision/FaceDetector', '8.0.0'
pod 'GoogleMobileVision/BarcodeDetector', '8.0.0'
pod 'GoogleMobileVision/TextDetector', '8.0.0'
ML Kit SDK로 이전하면 어떤 이점이 있나요?
Mobile Vision SDK에서 제공하는 기존 API는 지원 중단되므로 더 이상 업데이트가 제공되지 않습니다. ML Kit로 이전하면 업데이트된 ML 모델 및 하드웨어 가속을 비롯한 최신 버그 수정 및 API 개선사항의 이점을 애플리케이션에서 누릴 수 있습니다.
또한 ML Kit API는 다음과 같은 다른 이점을 제공합니다.
최신 변경사항의 전체 목록은 ML Kit SDK 출시 노트에서 확인할 수 있습니다.
ML Kit API는 Mobile Vision API와 동일한 기능을 제공하나요?
바코드 스캔, 텍스트 인식, 얼굴 감지 API는 모바일 비전 대응 API와 동일한 기능을 제공합니다.
단, 모바일 비전의 다중 감지기, 다중 프로세서, 포커싱 프로세서는 더 이상 ML Kit에서 지원되지 않습니다. 원하는 경우 개발자가 동일한 기능을 비교적 쉽게 구현할 수 있습니다.
도움 받기
문제가 발생하면 YouTube에 문의할 수 있는 채널을 안내하는 커뮤니티 페이지를 확인하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-29(UTC)
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[[["\u003cp\u003eGoogle Mobile Vision is deprecated and developers should migrate to the ML Kit SDK for continued support and new features.\u003c/p\u003e\n"],["\u003cp\u003eML Kit offers enhanced performance, stability, and access to the latest machine learning advancements, including new APIs for Vision and Natural Language.\u003c/p\u003e\n"],["\u003cp\u003eMigration guides are available for both Android and iOS to assist developers in transitioning their apps from Mobile Vision to ML Kit.\u003c/p\u003e\n"],["\u003cp\u003eML Kit provides additional benefits like bundled variants on Android, API-specific improvements such as raw barcode output and Euler X angle in face detection, and Android Jetpack Lifecycle support for easier integration with CameraX.\u003c/p\u003e\n"]]],[],null,["Google Mobile Vision was deprecated and we are asking developers to migrate to the ML Kit SDK which is its replacement. Migrating to the new SDK ensures you get the best performance, stability and latest features. In addition, ML Kit provides additional ML-powered APIs, not only for Vision, but also Natural Language use cases.\n\nIf you are using Mobile Vision's barcode scanning, text recognition or face detection APIs in your app today, please migrate to the new ML Kit SDK, by following the\n**[ML Kit migration guide for Android](/ml-kit/mobile-vision-migration/android)** and the\n**[ML Kit migration guide for iOS](/ml-kit/mobile-vision-migration/ios)**.\n\nFrequently asked questions\n\nHow do I know if my app is using Mobile Vision?\n\nOn Android, check if your module (app-level) Gradle file (usually\n`app/build.gradle`) contains this dependency:\n\n- `com.google.android.gms:play-services-vision:x.x.x`\n\nOn iOS, check if you podfile contains one of these dependencies:\n\n- `pod 'GoogleMobileVision/FaceDetector', '8.0.0'`\n- `pod 'GoogleMobileVision/BarcodeDetector', '8.0.0'`\n- `pod 'GoogleMobileVision/TextDetector', '8.0.0'`\n\nWhat benefits do I get from migrating to the ML Kit SDK?\n\nSince the existing APIs offered by the Mobile Vision SDK are deprecated, they\nwill no longer receive updates. Migrating to ML Kit ensures your application\nbenefits from the latest bug fixes and improvements to the APIs, including\nupdated ML models and hardware acceleration.\n\nIn addition, the ML Kit APIs offer some other benefits:\n\n- New bundled variants of the APIs on Android that allow you to statically link the ML Kit SDK with your appplication.\n- API specific improvements, for example:\n\n - [Barcode Scanning API](/ml-kit/vision/barcode-scanning) now supports raw output\n - [Face Detection API](/ml-kit/vision/face-detection) now provides the Euler X angle\n- [Android Jetpack Lifecycle](https://developer.android.com/reference/androidx/lifecycle/Lifecycle)\n support is added to all APIs. You can now use `addObserver` to automatically\n manage the initiation and teardown of ML Kit APIs as the app goes through screen\n rotation or closure by the user / system. This makes integration with CameraX\n easier.\n\nA full list of the latest changes can be found in the [ML Kit SDK release\nnotes](/ml-kit/release-notes).\n\nDo the ML Kit APIs provide the same functionality as the Mobile Vision APIs?\n\nThe Barcode scanning, Text recognition and Face detection APIs provide the same\nfunctionality and capabilities as their Mobile Vision counter-parts.\n\nAn exception is that multi-detectors, multi-processors and focusing-processors in\nMobile Vision are no longer supported in ML Kit. The same functionality can be\nimplemented relatively easily by the developer if desired.\n\nGetting help\n\nIf you run into any issues, check out our [Community page](/ml-kit/community)\nwhere we outline the channels available for getting in touch with us."]]