OcrLine.Words Propriété
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.
Obtient la collection d’objets OcrWord qui représente les mots détectés dans la ligne de texte actuelle par la méthode RecognizeAsync .
public:
property IVectorView<OcrWord ^> ^ Words { IVectorView<OcrWord ^> ^ get(); };
IVectorView<OcrWord> Words();
public IReadOnlyList<OcrWord> Words { get; }
var iVectorView = ocrLine.words;
Public ReadOnly Property Words As IReadOnlyList(Of OcrWord)
Valeur de propriété
Collection d’objets OcrWord qui représente les mots détectés dans la ligne de texte actuelle par la méthode RecognizeAsync .