VideoAnalyzerOperationStatuses interface
Interface representing a VideoAnalyzerOperationStatuses.
Methods
get(string, string, Video |
Get video analyzer operation status. |
Method Details
get(string, string, VideoAnalyzerOperationStatusesGetOptionalParams)
Get video analyzer operation status.
function get(locationName: string, operationId: string, options?: VideoAnalyzerOperationStatusesGetOptionalParams): Promise<VideoAnalyzerOperationStatus>
Parameters
- locationName
-
string
Location name.
- operationId
-
string
Operation Id.
The options parameters.
Returns
Promise<VideoAnalyzerOperationStatus>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript