App code that Involves IBM Bluemix services - text-to-speech

Can Anyone suggest me and guide me how to use the "speech to text" and "text to speech" services present in IBM Bluemix ,in my android eclipse project?
It will be very helpful if it is with the code. Thank You.

The Watson Speech to Text and Text to Speech have REST API's, they are documented here. You will need to write some code to call the REST API's.

Related

Integrate SMSA Express with Shopify using SOAP Web Service

We have a Shopify Store that is almost on its way to complete. Now, we want to integrate shipping service (SMSA Express) with Shopify Store that we needed using a technology "SOAP-based web service". Can anyone please guide me regarding the following questions?
Which tool/software should we have to use for web service? Does it work with Visual Studio 2019 or need any other? Recommend language also (PHP, C#).
Please guide where the link of Shopify would be given to associate it?
Any step by step tutorial available for the Shopify integration via SOAP web service? If any, please provide the link as we are unable to find?
Any other suggestions to make it run successfully would be welcomed.
Thanks.

How to register an application?

Using the Outlook REST API, I want to make a browser extension (To-Do). I need graph api and the REST Task API. I make this application only for myself (maybe I will add it on github). Tell me, should I register an account as a commercial developer? Do I need to confirm for this application? Is it free? Where can I register the application? thank
I suggest you go through the Quick Start documentation, which will help you pick the appropriate platform and walk you through registering your Graph application. Also join the Office 365 Developer Program which will give you a free Office 365 developer subscription that you can use.

Can I run arcgis javascript code in Arcgis Desktop

Basically, what I am looking for is, I want to learn Arcgis javascript api. And I have Arcgis Desktop 10.3 Trial version installed on my pc. I have heard that javascript can be run only in Arcgis Server based web application. So is there any possibility to run this javascript code in Arcgis Desktop? If not, suggest me ideas on how to get a Arcgis Server Trial for practicing javascript api.
Thank you.
No, you cannot use ArcGIS Desktop to run Javascript api app. It is a web based sdk. You can simple run it on any browser. The main things is you would need ArcGIS Server Services to display data on the map.
To learn you dont need to have a server on your local, you can use arcgis online services. You can find more details on their website.
https://developers.arcgis.com/javascript/3/jshelp/
AS T Kambi, said you don't need server to start learning ArcGIS API for JavaScript. If you have a REST endpoint you can use that or peruse AGOL for a layer.
If you're really ambitious the API will also consume OGC Web Map Services, so you could create a Geoserver and publish your data as a WMS layer.
Check out the esri\layers section of the API Documentation
Explicit, you can't run javascript on arcgis desktop, ArcGis Javascript Api only need Api Rest y you can get it trough of examples for ArcGis.
Too other option mores easy is Create account developer in ArcGis under this link
https://developers.arcgis.com/
No, you cannot use ArcGIS Desktop to run Javascript app. It is a web based SDK. You can simple run it on any browser. Also if your doesn't have access to internet you can use ArcGis SDK
for more information click below link
https://www.youtube.com/watch?v=G3sB1I8CB80

Write File to Sharepoint Online WinRT

I have recently been working on developing a winRT app that will allow someone to enter information on to a form. I am trying to then upload that form to SharePoint online as part of the Office 365 suite. I have been unable to find any examples or real documentation on how to do this. Has anyone found anything close to this online? Any help would be much appreciated.
You should be able to do an HTTP put from your WinRT app to your SharePoint online web services. Here is a list of the Web Services and interfaces. Here is a sample of how to call RESTful web services from a Windows Store style app.

Can I create a Hangout "client" program? (kind of Google TalkAbout)

As stated in the Google Talk for Developers site, you can use the provided APIs to build a client that connects to the Google Talk service.
I would like to know if it's possible (or it will be in the near future) to build a similar client to the google hangouts.
What we pretend is to build something similar to cloud print, that provides printing services to the cloud, but for audio/video streaming: a camera and microphone would replace the
printer.
Thanks a lot.
Talk and all the XMPP stuff is going to be put down soon.
The new Hangouts infrastructure is proprietary. It only has API to integrate Hangouts into web pages and applications, but no API or protocol to create an alternative Hangouts client software.
https://github.com/tdryer/hangups is a library that does exactly that, with a command-line client for Linux.
https://github.com/xmikos/qhangups is a PyQt-based cross-platform app that aims to provide an open-source alternative to the Chrome-based official desktop app. Unfortunately it's not working at the time of posting, but the author is investigating the issue.