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