ApiCorp: Class Antiplagiat.ApiCorp.Model.SourceInfo
ApiCorp Documentation  3.10.3
Class Antiplagiat.ApiCorp.Model.SourceInfo

Information about found citation source. More details...

Properties

long SrcHash [get, set]
 Hash of the source (Source ID). More details...
 
DocumentId DocId [get, set]
 ID of the source in the system. Is filled only for the sources which are company's own documents. More details...
 
string Name [get, set]
 Document name. More details...
 
string Url [get, set]
 Document url. More details...
 
string Author [get, set]
 Author of the document. More details...
 
float ScoreBySource [get, set]
 The percentage of text marked by the search module as similarity from this source (excluding other sources found, including other search modules). More details...
 
float ScoreByReport [get, set]
 The percentage of text marked in the report as similarity from this source. Blocks of similarity from different sources can be absorbed and overlap - when creating a report, all such collisions are resolved in favor of sources with higher priority. Therefore, ScoreByReport cannot be superior to ScoreBySource. However, it may even be equal to 0 if all similarity blocks from this source are absorbed by higher priority blocks from other sources. More details...
 
DateTime TimeStamp [get, set]
 Date of addition source to index. More details...
 
int Type [get, set]
 Type of reuses. 1 - Plagiarism 2 - Legal 3 - Deleted 4 - SelfCitation More details...
 

Detailed description

Information about found citation source

Full list of properties

◆ Author

string Antiplagiat.ApiCorp.Model.SourceInfo.Author
getset

Author of the document.

◆ DocId

DocumentId Antiplagiat.ApiCorp.Model.SourceInfo.DocId
getset

ID of the source in the system. Is filled only for the sources which are company's own documents

◆ Name

string Antiplagiat.ApiCorp.Model.SourceInfo.Name
getset

Document name.

◆ ScoreByReport

float Antiplagiat.ApiCorp.Model.SourceInfo.ScoreByReport
getset

The percentage of text marked in the report as similarity from this source. Blocks of similarity from different sources can be absorbed and overlap - when creating a report, all such collisions are resolved in favor of sources with higher priority. Therefore, ScoreByReport cannot be superior to ScoreBySource. However, it may even be equal to 0 if all similarity blocks from this source are absorbed by higher priority blocks from other sources.

◆ ScoreBySource

float Antiplagiat.ApiCorp.Model.SourceInfo.ScoreBySource
getset

The percentage of text marked by the search module as similarity from this source (excluding other sources found, including other search modules).

◆ SrcHash

long Antiplagiat.ApiCorp.Model.SourceInfo.SrcHash
getset

Hash of the source (Source ID).

◆ TimeStamp

DateTime Antiplagiat.ApiCorp.Model.SourceInfo.TimeStamp
getset

Date of addition source to index.

◆ Type

int Antiplagiat.ApiCorp.Model.SourceInfo.Type
getset

Type of reuses. 1 - Plagiarism 2 - Legal 3 - Deleted 4 - SelfCitation

◆ Url

string Antiplagiat.ApiCorp.Model.SourceInfo.Url
getset

Document url.