Interface ISyntexClassifyAndExtractResult
Result of a classify and extract operation requested for a file
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface ISyntexClassifyAndExtractResult
Result of a classify and extract operation requested for a file
public interface ISyntexClassifyAndExtractResult
Date of the classify and extract request creation
DateTime Created { get; }
| DateTime |
Date of the classify and extract request delivery
DateTime DeliverDate { get; }
| DateTime |
The classify and extract error (if there was any)
string ErrorMessage { get; }
| string |
The status code of the classify and extract request, 2xx == success
int StatusCode { get; }
| int |
Server relative url of the file requested to be classified and extracted
string TargetServerRelativeUrl { get; }
| string |
Url of the site containing the file requested to be classified and extracted
string TargetSiteUrl { get; }
| string |
Server relative url of the web containing the file requested to be classified and extracted
string TargetWebServerRelativeUrl { get; }
| string |
Type of this Syntex machine learning work item
Guid WorkItemType { get; }
| Guid |