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; }
System.String
|
Id of the classify and extract request
Guid Id { get; }
Guid
|
Status of the classify and extract request
string Status { get; }
System.String
|
The status code of the classify and extract request, 2xx == success
int StatusCode { get; }
System.Int32
|
Server relative url of the file requested to be classified and extracted
string TargetServerRelativeUrl { get; }
System.String
|
Url of the site containing the file requested to be classified and extracted
string TargetSiteUrl { get; }
System.String
|
Server relative url of the web containing the file requested to be classified and extracted
string TargetWebServerRelativeUrl { get; }
System.String
|
Type of this Syntex machine learning work item
Guid WorkItemType { get; }
Guid
|