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

Report data More details...

Properties

DocumentId DocId [get, set]
 ID of the checked document. More details...
 
ReportSummary Summary [get, set]
 Annotation to the report. More details...
 
DocStat Stats [get, set]
 Statistics on the document. It is filled only if the funtion is called. More details...
 
DocAttributes Attributes [get, set]
 Document attributes. It is filled only if the function is called. More details...
 
CheckServiceResultInfo [] CheckServiceResults [get, set]
 Agregated information about the checking services (brief report). More details...
 
ReportDetails Details [get, set]
 Detailed information (full report). If filled only if the function is called. More details...
 
ShortFraudReport ShortFraudReport [get, set]
 Brief report about cheating (suspicious document) More details...
 

Detailed description

Report data

Full list of properties

◆ Attributes

DocAttributes Antiplagiat.ApiCorp.Model.ReportView.Attributes
getset

Document attributes. It is filled only if in the function that is called

GetReportView the flag ReportViewOptions.NeedAttributes is set.

◆ CheckServiceResults

CheckServiceResultInfo [] Antiplagiat.ApiCorp.Model.ReportView.CheckServiceResults
getset

Agregated information about the checking services (brief report).

◆ Details

ReportDetails Antiplagiat.ApiCorp.Model.ReportView.Details
getset

Detailed information (full report). If filled only if in the function that is called

GetReportView the flag ReportViewOptions.FullReport is set.

◆ DocId

DocumentId Antiplagiat.ApiCorp.Model.ReportView.DocId
getset

ID of the checked document.

◆ ShortFraudReport

ShortFraudReport Antiplagiat.ApiCorp.Model.ReportView.ShortFraudReport
getset

Brief report about cheating (suspicious document)

◆ Stats

DocStat Antiplagiat.ApiCorp.Model.ReportView.Stats
getset

Statistics on the document. It is filled only if in the funtion that is called

GetReportView the flag ReportViewOptions.NeedStats is set.

◆ Summary

ReportSummary Antiplagiat.ApiCorp.Model.ReportView.Summary
getset

Annotation to the report.