次の方法で共有


OcrLine コンストラクター

定義

オーバーロード

OcrLine()
OcrLine(String, IList<OcrWord>)

OcrLine()

ソース:
OcrLine.cs
public OcrLine();
Public Sub New ()

適用対象

OcrLine(String, IList<OcrWord>)

ソース:
OcrLine.cs
public OcrLine(string boundingBox = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrWord> words = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrLine : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrWord> -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.OcrLine
Public Sub New (Optional boundingBox As String = Nothing, Optional words As IList(Of OcrWord) = Nothing)

パラメーター

boundingBox
String
words
IList<OcrWord>

適用対象