Class BlobContentSource
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.ContentSource
com.azure.ai.formrecognizer.documentanalysis.administration.models.BlobContentSource
Azure Blob Storage content.
-
Constructor Summary
ConstructorDescriptionBlobContentSource
(String containerUrl) Creates an instance of BlobContentSource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the containerUrl property: Azure Blob Storage container URL.getKind()
Get the source kind of the training data.Get the prefix property: Blob name prefix.Set the prefix property: Blob name prefix.
-
Constructor Details
-
BlobContentSource
Creates an instance of BlobContentSource class.- Parameters:
containerUrl
- the containerUrl value to set.
-
-
Method Details
-
getContainerUrl
Get the containerUrl property: Azure Blob Storage container URL.- Returns:
- the containerUrl value.
-
getPrefix
Get the prefix property: Blob name prefix.- Returns:
- the prefix value.
-
setPrefix
Set the prefix property: Blob name prefix.- Parameters:
prefix
- the prefix value to set.- Returns:
- the BlobContentSource object itself.
-
getKind
Description copied from class:ContentSource
Get the source kind of the training data.- Overrides:
getKind
in classContentSource
- Returns:
- the sourceKind value.
-