Search Results for

    Show / Hide Table of Contents

    Class DocumentAnalyzeOperation

    Inheritance
    object
    DocumentAnalyzeOperation
    Implements
    IPollingJob
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Azure.DocumentIntelligence
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    public class DocumentAnalyzeOperation : IPollingJob

    Properties

    | Edit this page View Source

    AnalyzeResult

    Required. Document analysis result.

    Declaration
    [JsonProperty("analyzeResult")]
    public DocumentAnalysisResult AnalyzeResult { get; set; }
    Property Value
    Type Description
    DocumentAnalysisResult
    | Edit this page View Source

    CreatedDateTime

    Required. Date and time (UTC) when the analyze operation was submitted.

    Declaration
    [JsonProperty("createdDateTime")]
    public DateTime CreatedDateTime { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    Error

    Required. Encountered error during document analysis.

    Declaration
    [JsonProperty("error")]
    public ErrorInfo Error { get; set; }
    Property Value
    Type Description
    ErrorInfo
    | Edit this page View Source

    LastUpdatedDateTime

    Required. Date and time (UTC) when the status was last updated.

    Declaration
    [JsonProperty("lastUpdatedDateTime")]
    public DateTime LastUpdatedDateTime { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    Status

    Required. Operation status. notStarted, running, succeeded, or failed

    Declaration
    [JsonProperty("status")]
    public OperationStatus Status { get; set; }
    Property Value
    Type Description
    OperationStatus

    Methods

    | Edit this page View Source

    IsCompleted()

    Declaration
    public bool IsCompleted()
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryGetError(out string)

    Declaration
    public bool TryGetError(out string error)
    Parameters
    Type Name Description
    string error
    Returns
    Type Description
    bool

    Implements

    IPollingJob

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation