C# Class 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.
Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

Свойство Type Description
AlternateTitle string
FromTopSource bool
ImdbMatch bool
TitleScore int
YearScore int

Méthodes publiques

Méthode Description
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

Method Details

AlternateTitleUsed() public méthode

Get a value indicating if an alternate title was used for the title score
public AlternateTitleUsed ( ) : bool
Résultat bool

AutoApprove() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AlternateTitle public_oe property

public string AlternateTitle
Résultat string

FromTopSource public_oe property

public bool FromTopSource
Résultat bool

ImdbMatch public_oe property

public bool ImdbMatch
Résultat bool

TitleScore public_oe property

public int TitleScore
Résultat int

YearScore public_oe property

public int YearScore
Résultat int