There is a library, it defines methods with entities that are incomprehensible to me. Here are the definitions of the methods.
<AsyncStateMachineAttribute(GetType(<GetAnswer>d__9))> Public Function GetAnswer(ImageFilePath As String, ct As CancellationToken) As Task(Of String) <AsyncStateMachineAttribute(GetType(<GetAnswer>d__10))> Public Function GetAnswer(Img As Image, ct As CancellationToken) As Task(Of String) The question of how to correctly call the GetAnswer method and "what to eat with" CancellationToken
Dim retval As String = Await rucap.GetAnswer("", ??? )