次の方法で共有


OcrRegion コンストラクター

定義

オーバーロード

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

OcrRegion()

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

適用対象

OcrRegion(String, IList<OcrLine>)

ソース:
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)

パラメーター

boundingBox
String
lines
IList<OcrLine>

適用対象