C# Class BuildIt.CognitiveServices.Models.TopicDetectionInputV2

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TopicDetectionInputV2 ( ) : System.Linq

Initializes a new instance of the TopicDetectionInputV2 class.

TopicDetectionInputV2 ( System stopWords = default(System.Collections.Generic.IList<string>), System topicsToExclude = default(System.Collections.Generic.IList<string>), System documents = default(System.Collections.Generic.IList<InputV2>) ) : System.Linq

Initializes a new instance of the TopicDetectionInputV2 class.

Method Details

TopicDetectionInputV2() public méthode

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

TopicDetectionInputV2() public méthode

Initializes a new instance of the TopicDetectionInputV2 class.
public TopicDetectionInputV2 ( System stopWords = default(System.Collections.Generic.IList<string>), System topicsToExclude = default(System.Collections.Generic.IList<string>), System documents = default(System.Collections.Generic.IList<InputV2>) ) : System.Linq
stopWords System List of words to ignore from all documents /// during pre-processing.
topicsToExclude System List of topics to omit from the /// response.
documents System
Résultat System.Linq