OcrRegion 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
OcrRegion()
OcrRegion(String, IList<OcrLine>)
- Source:
- OcrRegion.cs
public OcrRegion(string boundingBox = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrLine> lines = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrRegion : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrLine> -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrRegion
Public Sub New (Optional boundingBox As String = Nothing, Optional lines As IList(Of OcrLine) = Nothing)
Parameters
- boundingBox
- String