Yu-Han Liu
Yu-Han Liu
Another way the same issue occurs is when a recursive message is marked `REQUIRED`: ``` # tests/fragments/test_recursive_messages_required.proto syntax = "proto3"; package google.fragment; import "google/api/client.proto"; import "google/api/field_behavior.proto"; service MyService { option...
I have recently run into a _maybe_ similar issue when requiring newer versions of Nokogiri (such as 1.6.4.1 and 1.6.5) the created executable failed with Gem::LoadError, while reverting back to...
@orgads Please refer to the client library reference page here: https://cloud.google.com/nodejs/docs/reference/speech/latest/speech/v2.speechclient-class There are also some generated code samples here that might help you get started: https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-speech/samples/generated/v2
For image classification, does this sample help? https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/ai-platform/snippets/predict-image-classification.js#L57-L60 (Note the helper `to_value` method.) Alternatively, you can build a protobuf.Value message directly, which are often deeply nested with `number_value`, `list_value`, etc....
Looks like those imports refer to files here: https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1/schema/predict Could you confirm that they have been installed?
Let's hold this, pending some internal discussions. The only situation when we support and maintain multiple templates should be if they all conform to the hOCR spec, e.g. different spec...