ImageModerationExtensions.OCRUrlInput Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.
public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.OCR OCRUrlInput (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, string language, string contentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel imageUrl, bool? cacheImage = default, bool? enhanced = False);
static member OCRUrlInput : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.OCR
<Extension()>
Public Function OCRUrlInput (operations As IImageModeration, language As String, contentType As String, imageUrl As BodyModel, Optional cacheImage As Nullable(Of Boolean) = Nothing, Optional enhanced As Nullable(Of Boolean) = False) As OCR
Parameters
- operations
- IImageModeration
The operations group for this extension method.
- language
- String
Language of the terms.
- contentType
- String
The content type.
- imageUrl
- BodyModel
The image url.
Whether to retain the submitted image for future use; defaults to false if omitted.
When set to True, the image goes through additional processing to come with additional candidates.
image/tiff is not supported when enhanced is set to true
Note: This impacts the response time.
Returns
Applies to
Azure SDK for .NET