Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.CreateCollection Class Reference

A collection. More...

Properties

string collection_id [get, set]
 The ID of the new collection. More...
 
string name [get, set]
 The ID of the new collection. More...
 
string created [get, set]
 The ID of the new collection. More...
 
int images [get, set]
 The ID of the new collection. More...
 
string status [get, set]
 The status of collection creation. Returns available when the collection is available to add images, and unavailable when the collection is being created or trained. More...
 
string capacity [get, set]
 The number of images possible in the collection. Each collection can contain 1000000 images. More...
 

Detailed Description

A collection.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.CreateCollection.capacity
getset

The number of images possible in the collection. Each collection can contain 1000000 images.

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.CreateCollection.collection_id
getset

The ID of the new collection.

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.CreateCollection.created
getset

The ID of the new collection.

int IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.CreateCollection.images
getset

The ID of the new collection.

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.CreateCollection.name
getset

The ID of the new collection.

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.CreateCollection.status
getset

The status of collection creation. Returns available when the collection is available to add images, and unavailable when the collection is being created or trained.


The documentation for this class was generated from the following file: