Voice profile in Google Assistant - voice-recognition

Does Google Assistant provide individual voice identification, just like voice profile of Alexa?
Thank you

The Google Assistant does not provide user recognition as a core part of the platform or as part of the Assistant SDK.

Related

Device tells us we need Google Play Services to Use Maps on Android device

we've been working with a 3rd party Android device that uses API 17. We want to make a native Google API app so that we can map data for our customers. What happens is the app crashes and it says "Google Play Services required". Is there a workaround to this? can we somehow embed or package a file that is good enough to use Maps? We've spoken with the hardware company and they made a decision to not allow google play services. We are partnering with them to release the device with a couple of apps we offer with the device. Any help is appreciated
Google Play services enables Maps to run on your Android devices, as per Google statement:
With Google Play services, your app can take advantage of the latest,
Google-powered features such as Maps, Google+, and more, with
automatic platform updates distributed as an APK through the Google
Play store. This makes it faster for your users to receive updates and
easier for you to integrate the newest that Google has to offer.
That means you need Google Play services to make Google Maps work.
Download it here.

Implement Voice Recognization in worklight using nuance?

ING Bankerian Nederlads implement voice based money payment in their Mobile bank application using Integration of IBM worklight with nuance Voice services. Info link:
http://www.tweaktown.com/news/46744/ing-netherlands-introduces-voice-based-mobile-payments/index.html.
I want to know how to use nuance voice service in worklight. Please provide appropriate documentation on Integration of IBM worklight with nuance Voice services. Other than nuance is there any other services available to implement voice based mobile apps using worklight.
Here's what you need to do:
Google for "nuance voice service" and visit their website.
Click on "For Developers"
Click on "More About Nuance Mobile Developer SDK"
Optionally click on "Get Started", register
Scroll down and click on "Documentation"
There you get SDK download links.
Scroll a bit more, and you have a link to GitHub for instructions, with images and code samples.
Bottom line - we can't do it for you. First do Something yourself.

What can we do with UCWA API (Lync)? and What can we not do with UCWA API?

Please explain what are features available in UCWA API (Lync)? I'm interested in the following:
Screen Sharing?
Video Chatting?
Voice Chatting?
Send a file?
I want to access UCWA API in android code, is it possible?
As per the About link of UCWA, API helps you to do the following things,
-Anonymous Web Chat.
-Support audio conferencing
-Light up IM & Presence in your Line-Of-Business app, including Windows 8, iPad, and others
-Inline Instant Messaging into your application (Contextual Communications)
-Search for Skype and/or business contacts
-Better together with UCMA Customer Care family of apps
Also you can refer this site UCWA Capabilities
A good wealth of information surrounding UCWA is available at http://ucwa.lync.com paying specific attention to the Documentation menu. A good rundown of features can be found at Core-Features which do not currently (CU3+) include screen sharing, video, voice, data collaboration (sending a file).
It is possible to place a audio call using a feature named Call-Via-Work which requires the user provide a callback number that Lync will use to connect you with the remote party, but it is not exactly the same as an audio call between two parties.
I want to access UCWA API in android code, is it possible?
There are sample libraries available (UCWA Helper Libraries) in JavaScript, but it is quite possible to use the libraries to construct code to run on an Android platform (Java, etc).

Develop application with libspotify

Now I want to develop an application on ARM with libspotify to play music.So I buy a premium account on spotify to get the API key.My original idea is that anyone who has my equipment could enjoy the music served by spotify,but the spotify does not allow to play the same song by the same account on different equipment at the same time.And even the user has their own account,they can not login from the application developed by my API key.How can I resolve the contradiction
As per Spotify's Docs, users must have premium accounts to use that functionality.
Login
To access Spotify functionality the user will need log in using Spotify or Facebook credentials. The logged in account needs to be a PREMIUM one. Note that in the Spotify login flow can be shown when the user e.g. tries to play music, it doesn’t need to come when launching the app. When logging in the user will need to accept our terms of service: spotify.com/legal.

Is it possible to use google server for voice recognition without Android?

Is it possible to use Google Voice Server for voice recognition in the same way as "Voice Search" application in Android does.
In Chrome you can also access the Google speech recognition services using the HTML speech input API. More details here