diff --git a/docs-ref-autogen/@azure/search-documents/IndexingParametersConfiguration.yml b/docs-ref-autogen/@azure/search-documents/IndexingParametersConfiguration.yml index 4a5f1c5d4a5e..98096e7682ea 100644 --- a/docs-ref-autogen/@azure/search-documents/IndexingParametersConfiguration.yml +++ b/docs-ref-autogen/@azure/search-documents/IndexingParametersConfiguration.yml @@ -34,7 +34,7 @@ properties: uid: '@azure/search-documents.IndexingParametersConfiguration.dataToExtract' package: '@azure/search-documents' summary: >- - Specifies the data to extract from Azure blob storage and tells the + Specifies the data to extract from Azure Blob storage and tells the indexer which data to extract from image content when "imageAction" is set to a value other than "none". This applies to embedded image content in a .PDF or other application, or image files such as .jpg and .png, in Azure @@ -101,7 +101,7 @@ properties: package: '@azure/search-documents' summary: >- Comma-delimited list of filename extensions to ignore when processing from - Azure blob storage. For example, you could exclude ".png, .mp4" to skip + Azure Blob storage. For example, you could exclude ".png, .mp4" to skip over those files during indexing. fullName: excludedFileNameExtensions remarks: '' @@ -197,7 +197,7 @@ properties: package: '@azure/search-documents' summary: >- Comma-delimited list of filename extensions to select when processing from - Azure blob storage. For example, you could focus indexing on specific + Azure Blob storage. For example, you could focus indexing on specific application files ".docx, .pptx, .msg" to specifically include those file types. fullName: indexedFileNameExtensions @@ -230,7 +230,7 @@ properties: - name: parsingMode uid: '@azure/search-documents.IndexingParametersConfiguration.parsingMode' package: '@azure/search-documents' - summary: Represents the parsing mode for indexing from an Azure blob data source. + summary: Represents the parsing mode for indexing from an Azure Blob data source. fullName: parsingMode remarks: '' isPreview: false