DocumentAnalysisModelFactory.DocumentFormula Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
- kind
- DocumentFormulaKind
Type de formule.
- value
- String
Expression LaTex décrivant la formule.
- boundingPolygon
- IReadOnlyList<PointF>
Polygone englobant de la formule.
- span
- DocumentSpan
Emplacement de la formule dans le contenu concaténé de l’ordre de lecture.
- confidence
- Single
Confiance de l’extraction correcte de la formule.
Retours
Une nouvelle DocumentFormula instance de moqueries.
S’applique à
Azure SDK for .NET