Questions tagged [huawei-ml-kit]

Use this tag for programming questions relating to the Huawei ML Kit. It is one of the services provided by Huawei HMS Core for developers.

21 questions
1
vote
2 answers

HMS ASR cannot start recording

I'm trying to add HMS automatic speech recognition (ASR) to my app. I already have SpeechRecognizer implemented, but it requires GMS to work. The current HMS implementation works on a non-huawei device with HMS core installed, but does not work on…
1
vote
0 answers

Huawei Mobile Services (HMS) exception: Token is invalid or expired when using ML kit Real-Time Translation on cloud?

exception: Token is invalid or expired. What is this error? I have already set the api key. And what does this token represent? val setting: MLRemoteTranslateSetting = MLRemoteTranslateSetting.Factory() …
Botond Sulyok
  • 271
  • 3
  • 14
1
vote
1 answer

How to integrate Huawei HMS Face Liveness Detection with CameraView?

First, I tried Huawei Face Liveness Detection. With the sample code, it works. Next, I tried CameraView. Also, by just following the sample code, I am able to perform frame processing, achieving face detection and face…
1
vote
1 answer

What is the difference between HMS Core ML Kit and HiAI?

What is the difference between HMS Core ML Kit and HiAI ? I see the document in HiAI , and the Facial Recognition, Image Recognition, text recognize... and I also see text recognize in HMS Core ML kit, what should I use?
0
votes
0 answers

Using ML kit and 3D modeling kit in Unity

Unityde Ml kit and 3D modeling kit There is no document or SDK showing how to integrate Ml kit and 3D modeling kit in Unity. Please support unity. M I added Huawei mobile services from Unity asset store. And the services here are limited and not…
0
votes
0 answers

How to Implement Text Recognition Service from Huawei ML Kit in Cordova and Reduce Application Size

I would like to use the Huawei ML kit to implement the text recognition service in my Cordova project (Android). However, I only want to use this service and not all the other services offered by the kit. Currently, I am using the ML Kit plugin for…
1
2