Search Results for

    Show / Hide Table of Contents

    Class DocumentAnalysisQuery

    Inheritance
    object
    CognitiveServiceQueryBase
    DocumentAnalysisQuery
    AzureDocumentAnalysisOptions
    Implements
    IRequestParameterProvider
    Inherited Members
    CognitiveServiceQueryBase.ApiVersion
    CognitiveServiceQueryBase.GetRequestParameters()
    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 DocumentAnalysisQuery : CognitiveServiceQueryBase, IRequestParameterProvider

    Properties

    | Edit this page View Source

    Features

    List of optional analysis features.

    Declaration
    public DocumentAnalysisFeature[] Features { get; set; }
    Property Value
    Type Description
    DocumentAnalysisFeature[]
    | Edit this page View Source

    Locale

    Locale hint for text recognition and document analysis. Value may contain only the language code(ex. "en", "fr") or BCP 47 language tag(ex. "en-US").

    Declaration
    public Locale Locale { get; set; }
    Property Value
    Type Description
    Locale
    | Edit this page View Source

    ModelId

    Unique document model name.

    Declaration
    public string ModelId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OutputContentFormat

    Format of the analyze result top-level content.

    Declaration
    public DocumentContentFormat? OutputContentFormat { get; set; }
    Property Value
    Type Description
    DocumentContentFormat?
    | Edit this page View Source

    Pages

    1-based page numbers to analyze. Ex. "1-3,5,7-9"

    Declaration
    public Pages Pages { get; set; }
    Property Value
    Type Description
    Pages
    | Edit this page View Source

    QueryFields

    List of additional fields to extract. Ex. "NumberOfGuests,StoreNumber"

    Declaration
    public string[] QueryFields { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    StringIndexType

    Method used to compute string offset and length.

    Declaration
    public StringIndexType? StringIndexType { get; set; }
    Property Value
    Type Description
    StringIndexType?

    Implements

    IRequestParameterProvider

    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)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider, params RequestParameter[])
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation