Kofax DM API Manual de usuario Pagina 405

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 404
DM API TOKENS 385
%FT_VCC_LIST
%FT_VCC_LIST
This token is used when a full-text search is performed. It highlights the
search term in any documents returned by the search operation.
Syntax
PCDSearch.AddReturnProperty(“%FT_VCC_LIST”)
Parameters
Example
'Create a search object.
Set pClient = CreateObject("PCDClient.PCDSearch.1")
'Highlight the search term in the results.
pClient.AddReturnProperty("%FT_VCC_LIST")
'Execute the search.
pClient.Execute()
'Create a variable to hold the retrieved search value.
Dim vValue As Varient
'Retrieve the data.
vValue = pClient.GetPropertyValue(“%FT_VCC_LIST”)
'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_LIST Highlight the search terms in the search
results.
Vista de pagina 404
1 2 ... 400 401 402 403 404 405 406 407 408 409 410 ... 527 528

Comentarios a estos manuales

Sin comentarios