次の方法で共有


DocumentAnalysisModelFactory.DocumentSelectionMark メソッド

定義

DocumentSelectionMark の新しいインスタンスを初期化します。

public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSelectionMark DocumentSelectionMark (Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSelectionMarkState state = Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSelectionMarkState.Unselected, System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> boundingPolygon = default, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan span = default, float confidence = 0);
static member DocumentSelectionMark : Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSelectionMarkState * System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan * single -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSelectionMark
Public Shared Function DocumentSelectionMark (Optional state As DocumentSelectionMarkState = Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSelectionMarkState.Unselected, Optional boundingPolygon As IReadOnlyList(Of PointF) = Nothing, Optional span As DocumentSpan = Nothing, Optional confidence As Single = 0) As DocumentSelectionMark

パラメーター

state
DocumentSelectionMarkState

選択マークの状態。

boundingPolygon
IReadOnlyList<PointF>

選択マークの境界ポリゴン。

span
DocumentSpan

読み取り順序の連結されたコンテンツ内の選択マークの位置。

confidence
Single

選択マークを正しく抽出する信頼度。

戻り値

モック作成用の新しい DocumentSelectionMark インスタンス。

適用対象