java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.ContentSource
com.azure.ai.formrecognizer.documentanalysis.administration.models.BlobContentSource

public final class BlobContentSource extends ContentSource
Azure Blob Storage content.
  • Constructor Details

    • BlobContentSource

      public BlobContentSource(String containerUrl)
      Creates an instance of BlobContentSource class.
      Parameters:
      containerUrl - the containerUrl value to set.
  • Method Details

    • getContainerUrl

      public String getContainerUrl()
      Get the containerUrl property: Azure Blob Storage container URL.
      Returns:
      the containerUrl value.
    • getPrefix

      public String getPrefix()
      Get the prefix property: Blob name prefix.
      Returns:
      the prefix value.
    • setPrefix

      public BlobContentSource setPrefix(String prefix)
      Set the prefix property: Blob name prefix.
      Parameters:
      prefix - the prefix value to set.
      Returns:
      the BlobContentSource object itself.
    • getKind

      public ContentSourceKind getKind()
      Description copied from class: ContentSource
      Get the source kind of the training data.
      Overrides:
      getKind in class ContentSource
      Returns:
      the sourceKind value.