I'm trying to find out what is the license/terms for the iOS version of the library : https://developers.google.com/vision.
Their Cocoapod page mentions both "Custom" in the upper right corner and Apache further down the page : https://cocoapods.org/?q=GoogleMobileVision
I'd like to have the link to the real licensing terms on their website but I can't find it. Looking at the header files themselves, their is not a single copyright claim either.
And finally, if the library is open sourced, where can I find the source code?
Thanks!
So, I opened an issue under the Sample project on Github to inquire about the actual FaceDetection library license and they answered. The actual library is NOT open source and is licensed under those terms : https://developers.google.com/terms/
See this link about Google Cloud Vision API prices, I don't know if this pricing formula is also for Google Mobile Vision API.
Related
I need to embed cognos analytics reports in my web application with a high degree of integration such as custom UI of reports list, custom UI of report controls and so one. As far as I understand sdk is intended for this purpose, but i cant find any normal guide / tutorial, even hello world example of SDK usage. Please, tell me where it can be found?
The Software Development Kit Developer Guide is available online :
https://www.ibm.com/support/knowledgecenter/en/SSEP7J_10.2.2/kc_gen/com.ibm.swg.ba.cognos.cbi.doc_dev_toc-gen8.html
You can find a pdf version of this documentation after the installation of the SDK component of Cognos 10.x (can't find a pdf version for cognos 11.x but it's probably the same guide)...
Default path : C:\Program Files\ibm\cognos\c10_64\webcontent\documentation\en\dg_sdk.pdf
And finaly you can find a lot of SDK samples in this place :
http://www-01.ibm.com/support/search.wss?q=SDK%20Sample
I would like to use core-plot library for an app. But before I'm starting im confused where to put the license. In the App or on a website?
What should be included for the BSD license ?
You don't include a license for a 3rd party library. It's already included by the library developer. What you sometimes have to add is an attribution (depending on the license). That means you have to list the developer's name and maybe a link to the library home page in your docs, about box or a prominent readme file. From what I remember the BSD license doesn't require attribution, so just include the lib and your done.
However, it's considered a nice move to still give some attribution to the dev, regardless of whether the license requires it or not, as this shows your appreciation of the work done and gives the dev some reputation (which is often the only payment for their work).
You may crucify me for this, but the link for "Support - Drive API" on the Google drive SDK website itself took me here - on the SO forum to put up a new question, so thats exactly what I'm gonna do as I didnt find any other useful info elsewhere.
Is there any way at all, and if so, where could I get any documentation/help/examples for accessing Google Drive from my delphi application? The online SDK seems to only allow use for iOS, Web and Android devices... no Desktop api available?
I know about TAdvGDrive component that comes with Tms Cloud Pack, but am looking into a solution that wouldn't cost me 100$ to get it done.
I've done this using REST (unfortunately I can't post the code here because was a private work for a customer). Anyway you can check for the Google Drive API REST documentation here. Starting with Delphi XE5 you can use the REST Client Library (If you are using an older version of Delphi you can use Indy or another library to build a basic REST library). I'm not aware of any sample about using The Google Drive SDK REST and Delphi, but you can start reading the RESTDemo Sample App, and check the Google documentation.
UPDATE (01/03/2018) - LINK RESTORED
I just found an article to access the Google Drive SDK using REST and Delphi here.
I used the OpenCV library in my Android application. I know it is BSD license and I wish to put a link to the license statement in my 'About' page.
However I failed to find the license statement within the official page itself (http://opencv.org/) and Google.. I can only find old statements in someone else's website.
Just wondering if there is an online official version where my app can point to, such as the one below:
http://scorpion.tordivel.no/help/GettingStarted/OpenCVLicence.htm
Thanks!
As mentioned here, OpenCV is BSD 3-Clause License.
The text you are searching for actually really is not on the homepage.
You can find the licence.txt in the project download package in the doc directory though.
In the quick start guide for Smart GWT, it says that I should open the "built-in-ds" sample project included in the Smart GWT SDK under samples/built-in-ds.
However this project is not there in the downloadeded SDK. (The latest version of Smart GWT is 2.5)
From where can I obtain this sample ?(as well as other samples- currently the samples folder only has 'showcase' in it).
The "built-in-ds" Sample is included in Smartgwt Enterprise Edition only.
Here you can download a full-featured 60 day trial version for free. In smartgwtee/samples you will find what you are looking for.
But the LGPL version brings a lot of samples as well. You can find them under samples/Showcase/src/com/smartgwt/sample/showcase/client/[nameOfTheSample].