Property | Type | Description |
---|
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.
|
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 |