C# 클래스 UXSkill.SpeakerResult

파일 보기 프로젝트 열기: RobotsAndPencils/ux-box-skill 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
end decimal
sentiment DetectSentimentResponse
speaker int
start decimal
text string

프로퍼티 상세

end 공개적으로 프로퍼티

public decimal end
리턴 decimal

sentiment 공개적으로 프로퍼티

public DetectSentimentResponse sentiment
리턴 DetectSentimentResponse

speaker 공개적으로 프로퍼티

public int speaker
리턴 int

start 공개적으로 프로퍼티

public decimal start
리턴 decimal

text 공개적으로 프로퍼티

public string text
리턴 string