Skip to content

Commit e3c60df

Browse files
pcretegitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 297dd16 commit e3c60df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

how-to-guides/detect-objects.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ For object detection service, there are two available configurations as follows:
8282
* Value options: `[0, 1]`
8383
* Default: `"0.1"`
8484

85-
## Making a RESTful Call
85+
## Make a RESTful Call
8686

8787
You can call this API through REST calls or native SDKs.
8888

89-
### **Send the request using the cURL command line**
89+
### **Using the cURL command line**
9090

9191
```bash
9292
export API_KEY="<<YOUR_API_KEY>>"
@@ -109,7 +109,7 @@ https://nvision.nipa.cloud/api/object-detection \
109109
-d @- | json_pp
110110
```
111111

112-
### **Send the request using the client libraries**
112+
### **Using the client libraries**
113113

114114
Nvision SDKs provide interface for calling Nvision services in your own language.
115115

@@ -171,7 +171,7 @@ print(json.dumps(response.json(), indent=4, sort_keys=True))
171171
An example of how to integrate `@nipacloud/nvision` SDK to the frontend app.
172172
[https://github.com/nipa-cloud/nvision-browser-example](https://github.com/nipa-cloud/nvision-browser-example)
173173

174-
### To set up the SDK with Webpack
174+
### Set up the SDK with Webpack
175175

176176
Nvision SDK comes with a built-in TypeScript definition. You can configure Webpack alias to point to the browser variant of the library.
177177

0 commit comments

Comments
 (0)