You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Visual Recognition][visual_recognition] service uses deep learning algorithms to analyze images for scenes, objects, faces, text and other content and returns keywords about that content. You can also train custom classifiers to classify images.
353
-
354
-
##### Classifying an image
355
-
```
356
-
```
357
-
358
-
##### Creating new classifiers
359
-
```
360
-
```
361
-
362
-
##### Detecting faces
363
-
```
364
-
```
365
-
366
-
##### Recognizing text
367
-
```
368
-
```-->
369
-
370
329
## Developing a basic application in one minute
371
330
You can quickly develop a basic application that uses the Speech to Text service and the Natural Language Classifier service by using the prefabs that come with the SDK. Ensure that you prepare the test data before you complete the the following steps:
372
331
1. Create a new scene and drag the following prefabs from **Assets -> Watson -> Prefabs**, and drop them in the Hierarchy tab:
0 commit comments