你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentAnalysisModelFactory.DocumentFormula 方法

定义

初始化 DocumentFormula 的新实例。

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

参数

kind
DocumentFormulaKind

公式类型。

value
String

描述公式的 LaTex 表达式。

boundingPolygon
IReadOnlyList<PointF>

公式的边界多边形。

span
DocumentSpan

公式在阅读顺序串联内容中的位置。

confidence
Single

正确提取公式的置信度。

返回

用于模拟的新 DocumentFormula 实例。

适用于