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

This is object returned for the clustering call
Наследование: OperationProcessingResult
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
TopicDetectionResultV2 ( ) : System.Linq

Initializes a new instance of the TopicDetectionResultV2 class.

TopicDetectionResultV2 ( System errors = default(System.Collections.Generic.IList<ErrorRecordV2>), System topics = default(System.Collections.Generic.IList<TopicInfoRecordV2>), System topicAssignments = default(System.Collections.Generic.IList<TopicAssignmentRecordV2>) ) : System.Linq

Initializes a new instance of the TopicDetectionResultV2 class.

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

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

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

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

Initializes a new instance of the TopicDetectionResultV2 class.
public TopicDetectionResultV2 ( System errors = default(System.Collections.Generic.IList<ErrorRecordV2>), System topics = default(System.Collections.Generic.IList<TopicInfoRecordV2>), System topicAssignments = default(System.Collections.Generic.IList<TopicAssignmentRecordV2>) ) : System.Linq
errors System
topics System
topicAssignments System
Результат System.Linq