Interface ComputerVision.ComputerVisionDetectObjectsDefinitionStages.WithExecute

    • Method Detail

      • execute

        DetectResult execute()
        Execute the request.
        Returns:
        the DetectResult object if successful.
      • executeAsync

        rx.Observable<DetectResult> executeAsync()
        Execute the request asynchronously.
        Returns:
        the observable to the DetectResult object