C# 클래스 BuildIt.CognitiveServices.Models.TopicDetectionResultV2

This is object returned for the clustering call
상속: OperationProcessingResult
파일 보기 프로젝트 열기: builttoroam/BuildIt

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