OcrResult Constructors
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.
Overloads
OcrResult() | |
OcrResult(String, Double, String, IList<OcrRegion>, String) |
OcrResult()
OcrResult(String, Double, String, IList<OcrRegion>, String)
- Source:
- OcrResult.cs
public OcrResult (string language = default, double textAngle = 0, string orientation = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrRegion> regions = default, string modelVersion = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrResult : string * double * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrRegion> * string -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrResult
Public Sub New (Optional language As String = Nothing, Optional textAngle As Double = 0, Optional orientation As String = Nothing, Optional regions As IList(Of OcrRegion) = Nothing, Optional modelVersion As String = Nothing)
Parameters
- language
- String
- textAngle
- Double
- orientation
- String
- modelVersion
- String
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