Method | Description | |
---|---|---|
CreateOperationAsync ( |
Create video operation.
|
|
CreateOperationAsync ( byte video, |
Create video operation.
|
|
CreateOperationAsync ( string videoUrl, |
Create video operation.
|
|
GetOperationResultAsync ( Microsoft.ProjectOxford.Video.Contract.Operation operation ) : Task |
Get video operation result.
|
|
GetResultVideoAsync ( string url ) : Task |
Get result video.
|
|
VideoServiceClient ( string subscriptionKey ) : System |
Initializes a new instance of the VideoServiceClient class.
|
Method | Description | |
---|---|---|
CreateOperationAsync ( |
||
CreateOperationAsync ( byte video, OperationType operationType ) : Task |
||
CreateOperationAsync ( string videoUrl, OperationType operationType ) : Task |
||
CreateOperationAsyncInternal ( object video, |
||
SendRequestAsync ( HttpMethod httpMethod, string requestUrl, object requestBody ) : Task |
Sends the request asynchronous.
|
public CreateOperationAsync ( |
||
video | Video stream. | |
videoOperationSettings | Settings of operation. | |
return | Task |
public CreateOperationAsync ( byte video, |
||
video | byte | Video byte array. |
videoOperationSettings | Settings of operation. | |
return | Task |
public CreateOperationAsync ( string videoUrl, |
||
videoUrl | string | Video url. |
videoOperationSettings | Settings of operation. | |
return | Task |
public GetOperationResultAsync ( Microsoft.ProjectOxford.Video.Contract.Operation operation ) : Task |
||
operation | Microsoft.ProjectOxford.Video.Contract.Operation | The operation. |
return | Task |
public GetResultVideoAsync ( string url ) : Task |
||
url | string | The result video content url. |
return | Task |
public VideoServiceClient ( string subscriptionKey ) : System | ||
subscriptionKey | string | The subscription key. |
return | System |