你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentAnalysisModelFactory.DocumentBarcode 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DocumentBarcode 的新实例。
public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentBarcode DocumentBarcode (Azure.AI.FormRecognizer.DocumentAnalysis.DocumentBarcodeKind 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 DocumentBarcode : Azure.AI.FormRecognizer.DocumentAnalysis.DocumentBarcodeKind * string * System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan * single -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentBarcode
Public Shared Function DocumentBarcode (Optional kind As DocumentBarcodeKind = Nothing, Optional value As String = Nothing, Optional boundingPolygon As IReadOnlyList(Of PointF) = Nothing, Optional span As DocumentSpan = Nothing, Optional confidence As Single = 0) As DocumentBarcode
参数
- kind
- DocumentBarcodeKind
条形码类型。
- value
- String
条形码值。
- boundingPolygon
- IReadOnlyList<PointF>
条形码的边界多边形。
- span
- DocumentSpan
条形码在阅读顺序中串联内容的位置。
- confidence
- Single
正确提取条形码的置信度。
返回
用于模拟的新 DocumentBarcode 实例。