Search Results for

    Show / Hide Table of Contents

    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

    Properties

    Created

    Date of the classify and extract request creation

    Declaration
    DateTime Created { get; }
    Property Value
    DateTime

    DeliverDate

    Date of the classify and extract request delivery

    Declaration
    DateTime DeliverDate { get; }
    Property Value
    DateTime

    ErrorMessage

    The classify and extract error (if there was any)

    Declaration
    string ErrorMessage { get; }
    Property Value
    String

    Id

    Id of the classify and extract request

    Declaration
    Guid Id { get; }
    Property Value
    Guid

    Status

    Status of the classify and extract request

    Declaration
    string Status { get; }
    Property Value
    String

    StatusCode

    The status code of the classify and extract request, 2xx == success

    Declaration
    int StatusCode { get; }
    Property Value
    Int32

    TargetServerRelativeUrl

    Server relative url of the file requested to be classified and extracted

    Declaration
    string TargetServerRelativeUrl { get; }
    Property Value
    String

    TargetSiteUrl

    Url of the site containing the file requested to be classified and extracted

    Declaration
    string TargetSiteUrl { get; }
    Property Value
    String

    TargetWebServerRelativeUrl

    Server relative url of the web containing the file requested to be classified and extracted

    Declaration
    string TargetWebServerRelativeUrl { get; }
    Property Value
    String

    WorkItemType

    Type of this Syntex machine learning work item

    Declaration
    Guid WorkItemType { get; }
    Property Value
    Guid

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer