Re: [go-nuts] Why google cloud vision api cause memory issue when it is failed to detect

2016-11-11 Thread jba via golang-nuts
Please file an issue at https://github.com/GoogleCloudPlatform/google-cloud-java/issues. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@

Re: [go-nuts] Why google cloud vision api cause memory issue when it is failed to detect

2016-11-10 Thread Dave Cheney
Thanks for your reply. I'm not sure we can help you, this is a mailing list about the Go programming language. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to g

Re: [go-nuts] Why google cloud vision api cause memory issue when it is failed to detect

2016-11-10 Thread nova6112
Java... it is web application... On Thursday, November 10, 2016 at 6:13:56 PM UTC+5:30, Pietro Gagliardi (andlabs) wrote: > > And what's the code on the client side, which I assume is in Go? > > On Nov 10, 2016, at 5:26 AM, nova...@gmail.com wrote: > > try{ > byte[] imageBytes=mymultipart im

Re: [go-nuts] Why google cloud vision api cause memory issue when it is failed to detect

2016-11-10 Thread Pietro Gagliardi
And what's the code on the client side, which I assume is in Go? > On Nov 10, 2016, at 5:26 AM, nova6...@gmail.com wrote: > > try{ > byte[] imageBytes=mymultipart imagefile; > > httpTransport = GoogleNetHttpTransport.newTrustedTransport(); > JsonFactory jsonFactory = GsonFactory.getDe

[go-nuts] Why google cloud vision api cause memory issue when it is failed to detect

2016-11-09 Thread nova6112
Hi i am using Google Cloud vision API in my server side (JAVA) but when no results found my server got crashed not sure why it is happening could anyone help me? Thanks in advance -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe