File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
- import { Region } from "./region .class" ;
1
+ import { OptionalSearchParameters } from "./optionalsearchparameters .class" ;
2
2
3
3
/**
4
- * {@link LocationParameters } serves as a data class holding location parameters for image search
4
+ * {@deprecated This module serves as a polyfill to not break existing pre v1.5 code. Will be removed in v2.0.0 }
5
5
*/
6
- export class LocationParameters {
7
- /**
8
- * {@link LocationParameters } class constructor
9
- * @param searchRegion Optional {@link Region} to limit the search space to
10
- * @param confidence Optional confidence value to configure image match confidence
11
- */
12
- constructor ( public searchRegion ?: Region , public confidence ?: number ) { }
13
- }
6
+ export {
7
+ OptionalSearchParameters as LocationParameters
8
+ }
You can’t perform that action at this time.
0 commit comments