Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.15 KB

File metadata and controls

20 lines (12 loc) · 1.15 KB

AnalysisFunctionMatchingRequest

Properties

Name Type Description Notes
minSimilarity BigDecimal Minimum similarity expected for a match as a percentage, default is 90 [optional]
filters FunctionMatchingFilters [optional]
resultsPerFunction Integer Maximum number of matches to return per function, default is 1, max is 10 [optional]
page Integer Page number for paginated results, default is 1 (first page) [optional]
pageSize Integer Number of functions to return per page, default is 0 (all functions), max is 1000 [optional]
statusOnly Boolean If set to true, only returns the status of the matching operation without the actual results [optional]
noCache Boolean If set to true, forces the system to bypass any cached results and perform a fresh computation [optional]
useCanonicalNames Boolean Whether to use canonical function names during function matching for confidence results, default is False [optional]