C# Class BuildIt.CognitiveServices.Models.FeatureInfoResponse

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
FeatureInfoResponse ( ) : System.Linq

Initializes a new instance of the FeatureInfoResponse class.

FeatureInfoResponse ( long rankBuildId = default(long?), System rankBuildDate = default(System.DateTime?), System features = default(System.Collections.Generic.IList<FeatureInfo>) ) : System.Linq

Initializes a new instance of the FeatureInfoResponse class.

Method Details

FeatureInfoResponse() public method

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

FeatureInfoResponse() public method

Initializes a new instance of the FeatureInfoResponse class.
public FeatureInfoResponse ( long rankBuildId = default(long?), System rankBuildDate = default(System.DateTime?), System features = default(System.Collections.Generic.IList<FeatureInfo>) ) : System.Linq
rankBuildId long RankBuildId
rankBuildDate System last update date of the rank of this /// feature or score freshness : in case no rank exists, the /// historical date is returned {System.DateTime.MinValue}
features System List of feature details for a model
return System.Linq