你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentIntelligenceModelFactory.AnalyzeBatchDocumentsOptions Method

Definition

Initializes a new instance of AnalyzeBatchDocumentsOptions.

public static Azure.AI.DocumentIntelligence.AnalyzeBatchDocumentsOptions AnalyzeBatchDocumentsOptions (Azure.AI.DocumentIntelligence.BlobContentSource blobSource = default, Azure.AI.DocumentIntelligence.BlobFileListContentSource blobFileListSource = default, Uri resultContainerUri = default, string resultPrefix = default, bool? overwriteExisting = default);
static member AnalyzeBatchDocumentsOptions : Azure.AI.DocumentIntelligence.BlobContentSource * Azure.AI.DocumentIntelligence.BlobFileListContentSource * Uri * string * Nullable<bool> -> Azure.AI.DocumentIntelligence.AnalyzeBatchDocumentsOptions
Public Shared Function AnalyzeBatchDocumentsOptions (Optional blobSource As BlobContentSource = Nothing, Optional blobFileListSource As BlobFileListContentSource = Nothing, Optional resultContainerUri As Uri = Nothing, Optional resultPrefix As String = Nothing, Optional overwriteExisting As Nullable(Of Boolean) = Nothing) As AnalyzeBatchDocumentsOptions

Parameters

blobSource
BlobContentSource

Azure Blob Storage location containing the batch documents. Either azureBlobSource or azureBlobFileListSource must be specified.

blobFileListSource
BlobFileListContentSource

Azure Blob Storage file list specifying the batch documents. Either azureBlobSource or azureBlobFileListSource must be specified.

resultContainerUri
Uri

Azure Blob Storage container URL where analyze result files will be stored.

resultPrefix
String

Blob name prefix of result files.

overwriteExisting
Nullable<Boolean>

Overwrite existing analyze result files?.

Returns

A new AnalyzeBatchDocumentsOptions instance for mocking.

Applies to