DocumentIntelligenceModelFactory.AnalyzeBatchDocumentsContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AnalyzeBatchDocumentsContent.
public static Azure.AI.DocumentIntelligence.AnalyzeBatchDocumentsContent AnalyzeBatchDocumentsContent (Azure.AI.DocumentIntelligence.AzureBlobContentSource azureBlobSource = default, Azure.AI.DocumentIntelligence.AzureBlobFileListContentSource azureBlobFileListSource = default, Uri resultContainerUrl = default, string resultPrefix = default, bool? overwriteExisting = default);
static member AnalyzeBatchDocumentsContent : Azure.AI.DocumentIntelligence.AzureBlobContentSource * Azure.AI.DocumentIntelligence.AzureBlobFileListContentSource * Uri * string * Nullable<bool> -> Azure.AI.DocumentIntelligence.AnalyzeBatchDocumentsContent
Public Shared Function AnalyzeBatchDocumentsContent (Optional azureBlobSource As AzureBlobContentSource = Nothing, Optional azureBlobFileListSource As AzureBlobFileListContentSource = Nothing, Optional resultContainerUrl As Uri = Nothing, Optional resultPrefix As String = Nothing, Optional overwriteExisting As Nullable(Of Boolean) = Nothing) As AnalyzeBatchDocumentsContent
Parameters
- azureBlobSource
- AzureBlobContentSource
Azure Blob Storage location containing the batch documents. Either azureBlobSource or azureBlobFileListSource must be specified.
- azureBlobFileListSource
- AzureBlobFileListContentSource
Azure Blob Storage file list specifying the batch documents. Either azureBlobSource or azureBlobFileListSource must be specified.
- resultContainerUrl
- Uri
Azure Blob Storage container URL where analyze result files will be stored.
- resultPrefix
- String
Blob name prefix of result files.
Returns
A new AnalyzeBatchDocumentsContent instance for mocking.
Applies to
Azure SDK for .NET