We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d494598 commit c059f03Copy full SHA for c059f03
README.md
@@ -255,11 +255,17 @@ Please do not expose the appid and appkey on browser applications. In case of a
255
name: <required, Object> {
256
value1: <required, String>,
257
value2: <required, String>,
258
- leniency: <String> ["lenient", "strict"]
+ leniency: <String> ["lenient", "strict"],
259
+ preference: <Object>{
260
+ "removeSuffix": <String> ["yes", "no"],
261
+ "phonetic": <String> ["yes", "no"],
262
+ "distanceRule": <String> ["yes", "no"],
263
+ }
264
}
265
266
267
```
268
+Please Note: Only one of leniency and preference is allowed.
269
270
## Response Structure
271
0 commit comments