4

Android Mobile Vision API を使用してテキスト (OCR) を認識する Android アプリがあります。ただし、アプリがインストールされているデバイスには、Google Play Services がインストールされていません。

Google Play Services をインストールせずに、Mobile Vision API または ML Kit のみをインストールできるかどうかを知りたいです。

OS:ロリポップ

Android モバイル ビジョン API

ML キット

4

1 に答える 1

4

TL;DR: どちらも Play サービスが必要です

Firebase ML Kit のオフライン バージョンまたはオンライン バージョンには、firebase-core および google-services (Google Play Services 15.0.0 以降) の前提条件があります。

|-com.google.firebase:firebase-ml-vision
  |-com.google.firebase:firebase-core
    |-com.google.gms:google-services

前提条件

  • Android 4.0 (Ice Cream Sandwich) 以降、および Google Play サービス 15.0.0 以降を実行しているデバイス。

再: https://firebase.google.com/docs/android/setup

ML Kit に置き換えられた Google の Mobile Vision API にも、Play Services が必要です。

  • テスト用に、Android 2.3 (Gingerbread) 以降を実行し、Google Play ストアを含む Android デバイスを用意します。
于 2018-11-01T13:05:08.253 に答える