C# Class BuildIt.CognitiveServices.Models.TopicInfoRecordV2

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the TopicInfoRecordV2 class.
public TopicInfoRecordV2 ( ) : System.Linq
Résultat System.Linq

TopicInfoRecordV2() public méthode

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.
Résultat System.Linq