Click or drag to resize

ClassifyParameters Class

The classify parameters.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3ClassifyParameters

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 ClassifyParameters

The ClassifyParameters type exposes the following members.

Constructors
  NameDescription
Public methodClassifyParameters
Initializes a new instance of the ClassifyParameters class
Top
Properties
  NameDescription
Public propertyclassifier_ids
The clasifier identifiers.
Public propertyowners
The owners.
Public propertythreshold
The classification threshold.
Public propertyurl
The URL.
Top
See Also