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