From 84a75c403badd5c9821c520c18b729ec7ba3667a Mon Sep 17 00:00:00 2001 From: Ryan Hurey Date: Wed, 14 Feb 2024 15:09:22 -0800 Subject: [PATCH] Fix spelling mistakes --- .../src/Custom/ImageAnalysisClient.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Custom/ImageAnalysisClient.cs b/sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Custom/ImageAnalysisClient.cs index b56bd6737380..ada313d9a579 100644 --- a/sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Custom/ImageAnalysisClient.cs +++ b/sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Custom/ImageAnalysisClient.cs @@ -22,7 +22,7 @@ public partial class ImageAnalysisClient /// Performs a single Image Analysis operation. /// The image to be analyzed. /// A flags enumeration indicating what visual feature types to return. Valid visual feature types include: Tags, Caption, DenseCaptions, Objects, Read, SmartCrops, People. At least one visual feature must be specified for Image Analysis. - /// A structure containg the per call analysis options. + /// A structure containing the per call analysis options. /// The cancellation token to use. /// is null. [ForwardsClientCalls] @@ -32,7 +32,7 @@ public virtual Task> AnalyzeAsync(BinaryData image /// Performs a single Image Analysis operation. /// The image to be analyzed. /// A flags enumeration indicating what visual feature types to return. Valid visual feature types include: Tags, Caption, DenseCaptions, Objects, Read, SmartCrops, People. At least one visual feature must be specified for Image Analysis. - /// A structure containg the per call analysis options. + /// A structure containing the per call analysis options. /// The cancellation token to use. /// is null. [ForwardsClientCalls] @@ -42,7 +42,7 @@ public virtual Response Analyze(BinaryData imageData, Visua /// Performs a single Image Analysis operation. /// The image to be analyzed. /// A flags enumeration indicating what visual feature types to return. Valid visual feature types include: Tags, Caption, DenseCaptions, Objects, Read, SmartCrops, People. At least one visual feature must be specified for Image Analysis. - /// A structure containg the per call analysis options. + /// A structure containing the per call analysis options. /// The cancellation token to use. /// is null. [ForwardsClientCalls] @@ -52,7 +52,7 @@ public virtual async Task> AnalyzeAsync(Uri imageU /// Performs a single Image Analysis operation. /// The image to be analyzed. /// A flags enumeration indicating what visual feature types to return. Valid visual feature types include: Tags, Caption, DenseCaptions, Objects, Read, SmartCrops, People. At least one visual feature must be specified for Image Analysis. - /// A structure containg the per call analysis options. + /// A structure containing the per call analysis options. /// The cancellation token to use. /// is null. [ForwardsClientCalls]