C# Class BuildIt.CognitiveServices.Models.TopicInfoRecordV2

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
TopicInfoRecordV2 ( ) : System.Linq

Initializes a new instance of the TopicInfoRecordV2 class.

TopicInfoRecordV2 ( string id = default(string), double score = default(double?), string keyPhrase = default(string) ) : System.Linq

Initializes a new instance of the TopicInfoRecordV2 class.

Method Details

TopicInfoRecordV2() public method

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

TopicInfoRecordV2() public method

Initializes a new instance of the TopicInfoRecordV2 class.
public TopicInfoRecordV2 ( string id = default(string), double score = default(double?), string keyPhrase = default(string) ) : System.Linq
id string A unique identifier for each topic.
score double Count of documents assigned to topic.
keyPhrase string A summarizing word or phrase for the /// topic.
return System.Linq