C# 클래스 MediaPortal.Plugins.MovingPictures.SignatureBuilders.MatchResult

This struct represents a score card that is the result of comparing a signature with movie information. The value can be used to rank a list of possible matches and to determine if they can be auto-approved.
파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlternateTitle string
FromTopSource bool
ImdbMatch bool
TitleScore int
YearScore int

공개 메소드들

메소드 설명
AlternateTitleUsed ( ) : bool

Get a value indicating if an alternate title was used for the title score

AutoApprove ( ) : bool

Get a value indicating wether this result can be auto-approved because it meets the minimal requirements

ToString ( ) : string

메소드 상세

AlternateTitleUsed() 공개 메소드

Get a value indicating if an alternate title was used for the title score
public AlternateTitleUsed ( ) : bool
리턴 bool

AutoApprove() 공개 메소드

Get a value indicating wether this result can be auto-approved because it meets the minimal requirements
public AutoApprove ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AlternateTitle 공개적으로 프로퍼티

public string AlternateTitle
리턴 string

FromTopSource 공개적으로 프로퍼티

public bool FromTopSource
리턴 bool

ImdbMatch 공개적으로 프로퍼티

public bool ImdbMatch
리턴 bool

TitleScore 공개적으로 프로퍼티

public int TitleScore
리턴 int

YearScore 공개적으로 프로퍼티

public int YearScore
리턴 int