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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET