Herllo,
Trying to access the speech api (from Windows, using Delphi with nghttp2 library) using grcp, I do not know how to interpret the documentation.
I want to execute a gRCP Recognize.
To which URL should I send my http/2 POST request?
I tried:
and
In both cases, I get the same response. Status 200 is returned, with response headers:
:status: 200
content-type: application/grpc
grpc-status: 14
grpc-message: 400:Bad Request
content-length: 0
date: Sun, 30 Sep 2018 14:57:07 GMT
alt-svc: quic=":443"; ma=2592000; v="44,43,39,35"
Which seems to indicate that both URL's are OK, and that the binary data I send is not OK.
My questions: is my conclusion correct or not, and if the url is OK, how to interpret the return headers?
Any ideas are highly appreciated.
Regards, Ronald