Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Dienst, der für einen Batch von Dateien Bilderkennung und -annotation ausführt. Jetzt werden nur „application/pdf“, „image/tiff“ und „image/gif“ unterstützt.
Dieser Dienst extrahiert maximal fünf (Kunden können angeben, welche fünf in AnnotateFileRequest.pages) Frames (gif) oder Seiten (PDF oder TIFF) aus jeder bereitgestellten Datei enthalten sind. Für jedes extrahierte Bild werden Erkennung und Annotation durchgeführt.
HTTP-Anfrage
POST https://{VISION_GDC_ENDPOINT}/v1/{parent}/files:annotate
Pfadparameter
Parameter
parent
string
Optional. Zielprojekt und Standort zum Anrufen festlegen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-16 (UTC)."],[[["This service performs image detection and annotation on batches of files, currently supporting \"application/pdf\", \"image/tiff\", and \"image/gif\" file types."],["The service extracts up to five frames (for GIFs) or pages (for PDFs and TIFFs) from each file for detection and annotation, with the ability to customize the number of pages through `AnnotateFileRequest.pages`."],["The API endpoint for this service is `POST https://{VISION_GDC_ENDPOINT}/v1/{parent}/files:annotate`, where the `parent` path parameter specifies the project and location."],["The request must be sent using the `BatchAnnotateFilesRequest` structure, containing an array with a single `AnnotateFileRequest`."],["The application requires authorization via OAuth scopes, specifically either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-vision`."]]],[]]