Version:
interface
VisionFinderInterface
A VisionFinder should provide an abstraction layer to perform natural language
image matching against screen content.
typescript
interface VisionFinderInterfaceMethods
findMatch
findMatch(matchRequest: MatchRequest<object, PROVIDER_DATA_TYPE>): Promise<MatchResult<Region>>findMatch should provide an abstraction to search for a natural language
description in a screen image.
Parameters
Returns
Promise<MatchResult<Region>>findMatches
findMatches(matchRequest: MatchRequest<object, PROVIDER_DATA_TYPE>): Promise<MatchResult<Region>[]>findMatches should provide an abstraction to search for multiple matches of
a natural language description in a screen image.
Parameters
Returns
Promise<MatchResult<Region>[]>Was this page helpful?