All Questions
2 questions
0
votes
1
answer
67
views
Filtering Google API responses using FieldMasks with Java SDK
I'm using Google's Java SDK to call into DocumentAI service. The response happens to contain the image for each page, in base64, and I'd like to filter that out. During the request building for doing ...
0
votes
1
answer
2k
views
Exception in SynchronizationContext when calling OperationFuture outside of callstack
I am using Google's DocumentAI SDK but this error stems from the gRPC SDK it seems. I am calling an asynchronous operation in DocumentAI which returns an OperationFuture. When I call the method ...