Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CognitiveJ committed May 19, 2016
1 parent e5a557f commit 099dd59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ repositories {

**Scenarios** - Scenarios are real world use case classes that greatly simplifies the interaction between the builders and the wrapper classes. _While there is no reason you can’t interact directly with the builders, scenarios have much of the boilerplate logic in place to reduce burden._

**Overlay** - Allows for creating and writing new images based on the results from the queries **Wrappers** Simple domain wrappers around request/response/parameter objects (e.g. Face, FaceAttributes,Person etc)
**Overlay** - Allows for creating and writing new images based on the results from the queries

**Wrappers** Simple domain wrappers around request/response/parameter objects (e.g. Face, FaceAttributes,Person etc)

**Face – Detect** can detect faces from within an image and return the results as a collection of ‘face’ results.

Expand Down

0 comments on commit 099dd59

Please sign in to comment.