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

Current status of the check. More details...

Properties

DocumentId DocId [get, set]
 ID of the document. More details...
 
ReportStatus Status [get, set]
 Current status of the check.More details...
 
string FailDetails [get, set]
 Details of the problem if the last check failed (is filled only in case of status ReportStatus.Failed). More details...
 
ReportSummary Summary [get, set]
 Annotation to the report (is filled only in case of status ReportStatus.Ready). More details...
 
int EstimatedWaitTime [get, set]
 Approximate time until the end of the check (in seconds) More details...
 

Detailed description

Current status of the check.

Full list of properties

◆ DocId

DocumentId Antiplagiat.ApiCorp.Model.CheckStatus.DocId
getset

ID of the document.

◆ EstimatedWaitTime

int Antiplagiat.ApiCorp.Model.CheckStatus.EstimatedWaitTime
getset

Approximate time until the end of the check (in seconds).

◆ FailDetails

string Antiplagiat.ApiCorp.Model.CheckStatus.FailDetails
getset

Details of the problem if the last check failed (is filled only in case of status ReportStatus.Failed).

◆ Status

ReportStatus Antiplagiat.ApiCorp.Model.CheckStatus.Status
getset

Current status of the check.

◆ Summary

ReportSummary Antiplagiat.ApiCorp.Model.CheckStatus.Summary
getset

Annotation to the report (is filled only in case of status ReportStatus.Ready).