Click or drag to resize

ClassifiedImage Class

One classification.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3ClassifiedImage

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 ClassifiedImage

The ClassifiedImage type exposes the following members.

Constructors
  NameDescription
Public methodClassifiedImage
Initializes a new instance of the ClassifiedImage class
Top
Properties
  NameDescription
Public propertyclassifiers
The classification results.
Public propertyerror
The error.
Public propertyimage
The Image.
Public propertyresolved_url
The resolved URL.
Public propertysource_url
The source URL.
Top
See Also