AnalyzeBatchDocumentsRequest interface
Batch document analysis parameters.
Properties
azure |
Azure Blob Storage file list specifying the batch documents. Either azureBlobSource or azureBlobFileListSource must be specified. |
azure |
Azure Blob Storage location containing the batch documents. Either azureBlobSource or azureBlobFileListSource must be specified. |
overwrite |
Overwrite existing analyze result files? |
result |
Azure Blob Storage container URL where analyze result files will be stored. |
result |
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
Azure SDK for JavaScript