Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Recherche un objet de classification à partir de sa description.

Syntaxe

C++

HRESULT Find(
  BSTR                    Description,
  int* Result
);

C#

int Find( string Description );

Visual Basic .NET

Function Find(Description As String) As Integer

Paramètres

Description [in] La description de l’objet à rechercher. Result [out, retval] Une variable entière qui reçoit l’index de l’objet ClassificationObject ayant la description spécifiée. La méthode retourne null si aucun des objets de la collection ne convient.

Valeurs de retour

La méthode renvoie les valeurs de retour standard des fonctions ABBYY FineReader Engine.

Voir aussi

ClassificationObjects