Class DocumentIntelligenceService
Inheritance
DocumentIntelligenceService
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public sealed class DocumentIntelligenceService : CrudServiceBase<MicrosoftAzureClient>, ICrudService
Constructors
|
Edit this page
View Source
DocumentIntelligenceService(MicrosoftAzureClient)
Declaration
public DocumentIntelligenceService(MicrosoftAzureClient client)
Parameters
Methods
|
Edit this page
View Source
AnalyzeDocumentAsync(DocumentAnalysisRequest, RequestOptions)
Analyze the input document using Document Intelligence.
The request can contain a document stream or a JSON payload with a url property.
Declaration
public UniTask<DocumentAnalysisResult> AnalyzeDocumentAsync(DocumentAnalysisRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods