'builtin:speech/transcribe?projectId=some-project-name";dialogid=test-session-1;locationId=europe-west1;agentId=869fa107-c209-4137-97c7-629b99e49e27;language=de-DE'
and in umsgdf.xml
<streaming-recognition
single-utterance="true"
interim-results="true"
start-of-input="service-originated"
language="de-DE"
max-alternatives="1"
project-id="some-project-name"
skip-unsupported-grammars="true"
skip-empty-results="true"
transcription-grammar="transcribe"
generate-output-audio="false"
stream-creation-timeout="0"
grpc-log-redirection="false"
grpc-log-verbosity="DEBUG"
grpc-log-trace="all"
inter-result-timeout="3000"
api="v3beta1"
/>
When I am using the same data from my java application, authorization and queries are working. However, when I used my old code for authorization (from api v2) the error message was the same as now from unimrcp.
Am I missing something? Is it possible that I get these errors because my unimrcp was updated from the older version?
Kind regards
Maciej Krzyszton
<streaming-recognition
single-utterance="true"
interim-results="true"
start-of-input="service-originated"
language="de-DE"
max-alternatives="1"
project-id="some-project-id"
skip-unsupported-grammars="true"
skip-empty-results="true"
transcription-grammar="transcribe"
generate-output-audio="false"
word-info="false"
model=""
model-variant=""
environment=""
stream-creation-timeout="0"
inter-result-timeout="0"
grpc-log-redirection="false"
grpc-log-verbosity=""
grpc-log-trace=""
max-recv-message-length="-1"
max-send-message-length="-1"
api="v3beta1"
location="europe-west1"
service-uri="europe-west1-dialogflow.googleapis.com:443"
/>
and grammar
builtin:speech/transcribe?agentid=some-agent-id;language=de-DE'
--
You received this message because you are subscribed to the Google Groups "UniMRCP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unimrcp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/4f6fe68a-a53e-466d-9d0e-9e887a65ba61n%40googlegroups.com.