Socket
Book a DemoInstallSign in
Socket

Plugin.ComputerVision

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Plugin.ComputerVision

Provides a sample implementation of a ContentPage that shows how to use Microsoft ComputerVision (Cognitive Services API) to analyse an image to detect: - text - faces - emotion - ages - adult content - racy content - celebrities - tags - sentiments - language

Source
nugetNuGet
Version
3.0.6
Version published
Maintainers
1
Created
Source

IMPORTANT! Please make sure to install nuget package Xam.Plugin.Media into your Solution (not only PCL project) to use Camera and pick photos. If not, your app won't build.

How to use it ? This package provides a sample ContentPage, just call it on your App.xaml.cs:

MainPage = new TabbedPage { Children = { new ComputerVisionPage(), new OcrPage(), new EmotionPage(), new TextAnalyticsPage(), } };

Keywords

xamarin

FAQs

Package last updated on 22 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts