VideoAnalyzerOperationResults interface

Interface representing a VideoAnalyzerOperationResults.

Methods

get(string, string, VideoAnalyzerOperationResultsGetOptionalParams)

Get video analyzer operation result.

Method Details

get(string, string, VideoAnalyzerOperationResultsGetOptionalParams)

Get video analyzer operation result.

function get(locationName: string, operationId: string, options?: VideoAnalyzerOperationResultsGetOptionalParams): Promise<VideoAnalyzer>

Parameters

locationName

string

Location name.

operationId

string

Operation Id.

options
VideoAnalyzerOperationResultsGetOptionalParams

The options parameters.

Returns

Promise<VideoAnalyzer>