C# 클래스 BuildIt.CognitiveServices.Models.FeatureInfo

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

FeatureInfo() 공개 메소드

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

FeatureInfo() 공개 메소드

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.
리턴 System.Linq