Kofax DM API Uživatelský manuál Strana 485

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 528
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 484
DM API TOKENS 465
%SCORE_GRAPHIC
%SCORE_GRAPHIC
This token is used when a full text search is performed. It expresses the
calculated relevance of each returned item as a value from 1 to 5. Lower
values have greater relevance.
Synta
PCDSearch.AddReturnProperty(“%SCORE_GRAPHIC”)
Parameters
Example
'Create a search object.
Set pClient = CreateObject("PCDClient.PCDSearch.1")
'Return the search relevance as a value from 1 to 5
pClient.AddReturnProperty("%SCORE_GRAPHIC")
'Execute the search
pClient.Execute()
'Create a variable to hold the retrieved search value.
Dim vValue As Variant
'Retrieve the data.
Set vValue = pClient.GetPropertyValue(“%SCORE_GRAPHIC”)
'Process the relevance data.
Related Items
See the PCDSearch object.
See the
AddReturnProperty method.
See the following tokens:
%FT_CONFIDENCE
%FT_FORMAT
%FT_MARKER_LIST
%SCORE_GRAPHIC Return the search relevance as a
numeric value that ranges from 1 to 5.
Zobrazit stránku 484
1 2 ... 480 481 482 483 484 485 486 487 488 489 490 ... 527 528

Komentáře k této Příručce

Žádné komentáře