DocumentAnalysisModelFactory.DocumentSelectionMark 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 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
Paramètres
État de la marque de sélection.
- boundingPolygon
- IReadOnlyList<PointF>
Polygone englobant de la marque de sélection.
- span
- DocumentSpan
Emplacement de la marque de sélection dans l’ordre de lecture du contenu concaténé.
- confidence
- Single
Confiance de l’extraction correcte de la marque de sélection.
Retours
Une nouvelle DocumentSelectionMark instance de moqueries.
S’applique à
Azure SDK for .NET