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

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

2016-11-10 Thread nova6112
Java language it is Web application On Wednesday, November 9, 2016 at 6:56:03 PM UTC+5:30, nova...@gmail.com wrote: > > 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? > > T

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

2016-11-10 Thread nova6112
try{ byte[] imageBytes=mymultipart imagefile; httpTransport = GoogleNetHttpTransport.newTrustedTransport(); JsonFactory jsonFactory = GsonFactory.getDefaultInstance(); Vision.Builder builder = new Vision.Builder(httpTransport, jsonFactory, null); builder.setVisionRequestIni

[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