Interface ComputerVision.ComputerVisionRecognizePrintedTextInStreamDefinitionStages.WithExecute

    • Method Detail

      • execute

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

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