Line 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
Line() | |
Line(IList<Nullable<Double>>, String, IList<Word>, String, Appearance) |
Line()
Line(IList<Nullable<Double>>, String, IList<Word>, String, Appearance)
- Source:
- Line.cs
public Line (System.Collections.Generic.IList<double?> boundingBox, string text, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Word> words, string language = default, Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Appearance appearance = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Line : System.Collections.Generic.IList<Nullable<double>> * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Word> * string * Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Appearance -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.Line
Public Sub New (boundingBox As IList(Of Nullable(Of Double)), text As String, words As IList(Of Word), Optional language As String = Nothing, Optional appearance As Appearance = Nothing)
Parameters
- text
- String
- language
- String
- appearance
- Appearance
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