From e1cc9ef2f7b462f8bc7982d2fed4dc4a1b5c73e5 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:44:38 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Azure=20blob"=E2=86=92"Azure=20Blob"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://learn.microsoft.com/en-us/javascript/api/@azure/search-documents/indexingparametersconfiguration?view=azure-node-latest https://github.com/MicrosoftDocs/azure-docs-sdk-node/blob/main/docs-ref-autogen/@azure/search-documents/IndexingParametersConfiguration.yml #PingMSFTDocs --- .../search-documents/IndexingParametersConfiguration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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