ComputerVisionClientExtensions.RecognizePrintedTextAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrResult> RecognizePrintedTextAsync (this Microsoft.Azure.CognitiveServices.Vision.ComputerVision.IComputerVisionClient operations, bool detectOrientation, string url, Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrLanguages? language = default, string modelVersion = "latest", System.Threading.CancellationToken cancellationToken = default);
static member RecognizePrintedTextAsync : Microsoft.Azure.CognitiveServices.Vision.ComputerVision.IComputerVisionClient * bool * string * Nullable<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrLanguages> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrResult>
<Extension()>
Public Function RecognizePrintedTextAsync (operations As IComputerVisionClient, detectOrientation As Boolean, url As String, Optional language As Nullable(Of OcrLanguages) = Nothing, Optional modelVersion As String = "latest", Optional cancellationToken As CancellationToken = Nothing) As Task(Of OcrResult)
Parameters
- operations
- IComputerVisionClient
- detectOrientation
- Boolean
- url
- String
- language
- Nullable<OcrLanguages>
- modelVersion
- String
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET