Class DocumentAnalysisQuery
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Azure.DocumentIntelligence
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentAnalysisQuery : CognitiveServiceQueryBase, IRequestParameterProvider
Properties
| Edit this page View SourceFeatures
List of optional analysis features.
Declaration
public DocumentAnalysisFeature[] Features { get; set; }
Property Value
| Type | Description |
|---|---|
| DocumentAnalysisFeature[] |
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 |
ModelId
Unique document model name.
Declaration
public string ModelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OutputContentFormat
Format of the analyze result top-level content.
Declaration
public DocumentContentFormat? OutputContentFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| DocumentContentFormat? |
Pages
1-based page numbers to analyze. Ex. "1-3,5,7-9"
Declaration
public Pages Pages { get; set; }
Property Value
| Type | Description |
|---|---|
| Pages |
QueryFields
List of additional fields to extract. Ex. "NumberOfGuests,StoreNumber"
Declaration
public string[] QueryFields { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
StringIndexType
Method used to compute string offset and length.
Declaration
public StringIndexType? StringIndexType { get; set; }
Property Value
| Type | Description |
|---|---|
| StringIndexType? |