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

  • 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 406
DM API TOKENS 387
%FT_VCC_RULES
%FT_VCC_RULES
This token is used when a full-text search is performed. It is used by the
DM Viewer to determine how characters should be counted.
Syntax
PCDSearch.AddReturnProperty(“%FT_VCC_RULES”)
Parameters
Example
'Create a search object.
Set pClient = CreateObject("PCDClient.PCDSearch.1")
'Set viewer rules for counting characters.
pClient.AddReturnProperty("%FT_VCC_RULES")
'Execute the search.
pClient.Execute()
'Create a variable to hold the retrieved search value.
Dim vValue As Variant
'Retrieve the data.
vValue = pClient.GetPropertyValue(“%FT_VCC_RULES”)
‘Process the data.
Related Items
See the PCDSearch object.
See the
AddReturnProperty method.
See the following tokens:
%FT_CONFIDENCE
%FT_FORMAT
%FT_MARKER_LIST
%FT_SCORE
%FT_VCC_RULES The token identifier that specifies rules
the DM Viewer uses to count characters.
Zobrazit stránku 406
1 2 ... 402 403 404 405 406 407 408 409 410 411 412 ... 527 528

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

Žádné komentáře