Region():findAll()
画像またはテキストの検索を一括で行い、MatchResult のリストを返します。
シグネチャ
findAll(template: string): List<MatchResult>
findAll(template: string, params: FinderParams): List<MatchResult>
戻り値
List<MatchResult>
画像またはテキストの検索を一括で行い、MatchResult のリストを返します。
findAll(template: string): List<MatchResult>
findAll(template: string, params: FinderParams): List<MatchResult>
戻り値
List<MatchResult>