AnalyzeBatchDocumentsOptions Constructors
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.
Overloads
AnalyzeBatchDocumentsOptions(String, BlobContentSource, Uri) |
Initializes a new instance of AnalyzeBatchDocumentsOptions. |
AnalyzeBatchDocumentsOptions(String, BlobFileListContentSource, Uri) |
Initializes a new instance of AnalyzeBatchDocumentsOptions. |
AnalyzeBatchDocumentsOptions(String, BlobContentSource, Uri)
Initializes a new instance of AnalyzeBatchDocumentsOptions.
public AnalyzeBatchDocumentsOptions (string modelId, Azure.AI.DocumentIntelligence.BlobContentSource blobSource, Uri resultContainerUri);
new Azure.AI.DocumentIntelligence.AnalyzeBatchDocumentsOptions : string * Azure.AI.DocumentIntelligence.BlobContentSource * Uri -> Azure.AI.DocumentIntelligence.AnalyzeBatchDocumentsOptions
Public Sub New (modelId As String, blobSource As BlobContentSource, resultContainerUri As Uri)
Parameters
- modelId
- String
Unique document model name.
- blobSource
- BlobContentSource
Azure Blob Storage location containing the batch documents.
- resultContainerUri
- Uri
Azure Blob Storage container URL where analyze result files will be stored.
Exceptions
modelId
, blobSource
, or resultContainerUri
is null.
modelId
is an empty string, and was expected to be non-empty.
Applies to
AnalyzeBatchDocumentsOptions(String, BlobFileListContentSource, Uri)
Initializes a new instance of AnalyzeBatchDocumentsOptions.
public AnalyzeBatchDocumentsOptions (string modelId, Azure.AI.DocumentIntelligence.BlobFileListContentSource blobFileListSource, Uri resultContainerUri);
new Azure.AI.DocumentIntelligence.AnalyzeBatchDocumentsOptions : string * Azure.AI.DocumentIntelligence.BlobFileListContentSource * Uri -> Azure.AI.DocumentIntelligence.AnalyzeBatchDocumentsOptions
Public Sub New (modelId As String, blobFileListSource As BlobFileListContentSource, resultContainerUri As Uri)
Parameters
- modelId
- String
Unique document model name.
- blobFileListSource
- BlobFileListContentSource
Azure Blob Storage file list specifying the batch documents.
- resultContainerUri
- Uri
Azure Blob Storage container URL where analyze result files will be stored.
Exceptions
modelId
, blobFileListSource
, or resultContainerUri
is null.
modelId
is an empty string, and was expected to be non-empty.