Skip to content

Commit c02b6d5

Browse files
author
Julien Salinas
committed
Update documentation for async requests.
1 parent d6b40ae commit c02b6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you are making asynchronous requests, you will always receive a quick respons
151151
$client->asyncResult('https://api.nlpcloud.io/v1/get-async-result/21718218-42e8-4be9-a67f-b7e18e03b436');
152152
```
153153

154-
The above command returns an object.
154+
The above command returns an object if the response is availble. It returns nothing otherwise (`NULL`).
155155

156156
### Automatic Speech Recognition (Speech to Text) Endpoint
157157

0 commit comments

Comments
 (0)