GCP AutoML Vision API - Return Bounding Box
Budget: $30 – $250 USD
I have deployed a project that uses the GCP AutoML API PredictionServiceClient.
We are using:
use Google\Cloud\AutoMl\V1beta1\ExamplePayload;
use Google\Cloud\AutoMl\V1beta1\Image;
use Google\Cloud\AutoMl\V1beta1\PredictionServiceClient;
And are receiving successful results, ie: Labels.
We need to return the bounding box of the successful results, and I am battling to find any documentation that speaks to the contents of the results.
Your help will be greatly appreciated.
We are using:
use Google\Cloud\AutoMl\V1beta1\ExamplePayload;
use Google\Cloud\AutoMl\V1beta1\Image;
use Google\Cloud\AutoMl\V1beta1\PredictionServiceClient;
And are receiving successful results, ie: Labels.
We need to return the bounding box of the successful results, and I am battling to find any documentation that speaks to the contents of the results.
Your help will be greatly appreciated.