Class UniProxySession.Builder
ru.yandex.speechkit
public class UniProxySession.Builder
Class for creating and configuring UniProxySession.
Methods
UniProxySession | build() | Creates an object of the UniProxySession class. |
Builder | setUrl(@NonNull final String url) | Sets the address of the server. |
UniProxySession | build() | Creates an object of the UniProxySession class. |
Builder | setUrl(@NonNull final String url) | Sets the address of the server. |
Method Detail
build
public UniProxySession build ()
Creates an object of the UniProxySession class.
Returns:
An object of the UniProxySession class with the passed parameters.
setUrl
public Builder setUrl (@NonNull final String url)
Sets the address of the server.
Parameters:
url | Server address. |
url | Server address. |
Returns:
An object of the Builder class.