Click or drag to resize

ClassifiedImages Class

Holds multiple classifications.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3ClassifiedImages

Namespace:  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ClassifiedImages

The ClassifiedImages type exposes the following members.

Constructors
  NameDescription
Public methodClassifiedImages
Initializes a new instance of the ClassifiedImages class
Top
Properties
  NameDescription
Public propertycustom_classes
The number of custom classes identified in the images.
Public propertyimages
Array of classified images.
Public propertyimages_processed
The number of images processed.
Public propertywarnings
Array of warnings.
Top
See Also