Reputation: 23
I have successfully set up a Custom Document Extractor processor in the Google Cloud Console as described here and was able to familiarize myself with Google Document AI workflow. I was also able to create a Document Schema with custom labels and imported training and evaluation documents to train a Processor Version.
I was also able to set up the client libraries to programmatically interact with the processor using the latest .NET client library Google.Cloud.DocumentAI.V1Beta3 (2.0.0-beta03). I am able to train models and process docs. However, I need to be able to create labels using the client libraries as well, but I don't see whether this is possible using client libraries?
I went through the documentation Google.Cloud.DocumentAI.V1Beta3 documentation and Document AI V1 Beta3 API reference documentation I don't see any references to add your own labels using the client libraries. Are there any API requests that can be made to programmatically add labels using client libraries or gRPC/REST calls? Is this feature available or am I missing something?
Upvotes: 2
Views: 142
Reputation: 2234
It's currently not supported to create/edit labels using the client libraries or REST/gRPC APIs.
If you have a Google Cloud Account Manager, I recommend reaching out to them to see about getting access to any Private Preview programs that may be available.
Upvotes: 1