C# Class BuildIt.CognitiveServices.Models.FeatureInfo

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
FeatureInfo ( ) : System.Linq

Initializes a new instance of the FeatureInfo class.

FeatureInfo ( string featureName = default(string), double rank = default(double?) ) : System.Linq

Initializes a new instance of the FeatureInfo class.

Method Details

FeatureInfo() public method

Initializes a new instance of the FeatureInfo class.
public FeatureInfo ( ) : System.Linq
return System.Linq

FeatureInfo() public method

Initializes a new instance of the FeatureInfo class.
public FeatureInfo ( string featureName = default(string), double rank = default(double?) ) : System.Linq
featureName string The feature name
rank double The rank of this feature, -1 if no rank was /// assigned yet.
return System.Linq