C# Класс BuildIt.CognitiveServices.Models.TopicDetectionInputV2

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

TopicDetectionInputV2() публичный Метод

Initializes a new instance of the TopicDetectionInputV2 class.
public TopicDetectionInputV2 ( ) : System.Linq
Результат System.Linq

TopicDetectionInputV2() публичный Метод

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
Результат System.Linq