C# 클래스 Microsoft.ProjectOxford.Video.VideoServiceClient

The video service client.
상속: IVideoServiceClient
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK 1 사용 예제들

공개 메소드들

메소드 설명
CreateOperationAsync ( Stream video, VideoOperationSettings videoOperationSettings ) : Task

Create video operation.

CreateOperationAsync ( byte video, VideoOperationSettings videoOperationSettings ) : Task

Create video operation.

CreateOperationAsync ( string videoUrl, VideoOperationSettings videoOperationSettings ) : Task

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.

비공개 메소드들

메소드 설명
CreateOperationAsync ( Stream video, OperationType operationType ) : Task
CreateOperationAsync ( byte video, OperationType operationType ) : Task
CreateOperationAsync ( string videoUrl, OperationType operationType ) : Task
CreateOperationAsyncInternal ( object video, VideoOperationSettings videoOperationSettings ) : Task
SendRequestAsync ( HttpMethod httpMethod, string requestUrl, object requestBody ) : Task

Sends the request asynchronous.

메소드 상세

CreateOperationAsync() 공개 메소드

Create video operation.
public CreateOperationAsync ( Stream video, VideoOperationSettings videoOperationSettings ) : Task
video System.IO.Stream Video stream.
videoOperationSettings Microsoft.ProjectOxford.Video.Contract.VideoOperationSettings Settings of operation.
리턴 Task

CreateOperationAsync() 공개 메소드

Create video operation.
public CreateOperationAsync ( byte video, VideoOperationSettings videoOperationSettings ) : Task
video byte Video byte array.
videoOperationSettings Microsoft.ProjectOxford.Video.Contract.VideoOperationSettings Settings of operation.
리턴 Task

CreateOperationAsync() 공개 메소드

Create video operation.
public CreateOperationAsync ( string videoUrl, VideoOperationSettings videoOperationSettings ) : Task
videoUrl string Video url.
videoOperationSettings Microsoft.ProjectOxford.Video.Contract.VideoOperationSettings Settings of operation.
리턴 Task

GetOperationResultAsync() 공개 메소드

Get video operation result.
public GetOperationResultAsync ( Microsoft.ProjectOxford.Video.Contract.Operation operation ) : Task
operation Microsoft.ProjectOxford.Video.Contract.Operation The operation.
리턴 Task

GetResultVideoAsync() 공개 메소드

Get result video.
public GetResultVideoAsync ( string url ) : Task
url string The result video content url.
리턴 Task

VideoServiceClient() 공개 메소드

Initializes a new instance of the VideoServiceClient class.
public VideoServiceClient ( string subscriptionKey ) : System
subscriptionKey string The subscription key.
리턴 System