Share via


ImageModerationExtensions.OCRMethod Method

Definition

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 OCRMethod (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, string language, bool? cacheImage = default, bool? enhanced = False);
static member OCRMethod : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.OCR
<Extension()>
Public Function OCRMethod (operations As IImageModeration, language As String, 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.

cacheImage
Nullable<Boolean>

Whether to retain the submitted image for future use; defaults to false if omitted.

enhanced
Nullable<Boolean>

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

OCR

Applies to