Google Cloud Vision Api only return “name”
问题 I am trying to use Google Cloud Vision API. I am using the REST API in this link. POST https://vision.googleapis.com/v1/files:asyncBatchAnnotate My request is { "requests": [ { "inputConfig": { "gcsSource": { "uri": "gs://redaction-vision/pdf_page1_employment_request.pdf" }, "mimeType": "application/pdf" }, "features": [ { "type": "DOCUMENT_TEXT_DETECTION" } ], "outputConfig": { "gcsDestination": { "uri": "gs://redaction-vision" } } } ] } But the response is always only "name" like below: {