Method Request
Request(String, Object, Action<SensingResponse>)
Send a request to the AWS server
Declaration
public override async void Request(string uri, object input, Action<SensingResponse> onComplete)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | uri | request type |
| System.Object | input | image byte array |
| Action<SensingResponse> | onComplete | response callback |