You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix do not raise error when using content_type instead of "content-type" and format is unrecognized
When writing to a RecognizeStream instance configure with a param 'content_type' instead of 'content-type' and the format can not be recognized from the first chunk (for example because we are directly streaming audion in L16 format) there is an exception generated.
Both 'content_type' and 'content-type' are supposed to be supported and the method 'initialize()' homogenize those properties but at this point in the code it is not yet called.
0 commit comments