AnalyzeBatchDocumentsRequest interface

Batch document analysis parameters.

Properties

azureBlobFileListSource

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

azureBlobSource

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

overwriteExisting

Overwrite existing analyze result files?

resultContainerUrl

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

resultPrefix

Blob name prefix of result files.

Property Details

azureBlobFileListSource

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

azureBlobFileListSource?: AzureBlobFileListContentSource

Property Value

azureBlobSource

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

azureBlobSource?: AzureBlobContentSource

Property Value

overwriteExisting

Overwrite existing analyze result files?

overwriteExisting?: boolean

Property Value

boolean

resultContainerUrl

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

resultContainerUrl: string

Property Value

string

resultPrefix

Blob name prefix of result files.

resultPrefix?: string

Property Value

string