You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we would look for these files first in the system `home` directory, followed by the current project directory.
103
103
104
-
##### v4.x.x
104
+
##### v8.x.x
105
105
106
106
Now in order to allow developers to have different configurations for each project we look first in the current project directory, followed by the home directory.
107
107
108
108
#### Setting the service url
109
109
110
-
##### v3.x.x
110
+
##### v7.x.x
111
111
112
112
For a while now, we've allowed users to set the service URL with `setEndPoint()`:
113
113
@@ -120,7 +120,7 @@ Assistant service = new Assistant("2019-02-28", options);
120
120
service.setEndPoint("<service_url>");
121
121
```
122
122
123
-
##### v4.x.x
123
+
##### v8.x.x
124
124
125
125
To align with our other SDKs and be a bit more clear, that method has been renamed to `setServiceUrl()`:
126
126
@@ -311,4 +311,3 @@ HttpMediaType.AUDIO_WAV
311
311
*`detectFaces()` method was removed
312
312
*`className` was renamed to `xClass` in the `Class` model
313
313
*`className` was renamed to `xClass` in the `ClassResult` model
0 commit comments