Interface protos.google.cloud.vision.v1.IAnnotateImageResponse (5.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of an AnnotateImageResponse.
Package
@google-cloud/vision
Properties
context
context?: (google.cloud.vision.v1.IImageAnnotationContext|null);
AnnotateImageResponse context
cropHintsAnnotation
cropHintsAnnotation?: (google.cloud.vision.v1.ICropHintsAnnotation|null);
AnnotateImageResponse cropHintsAnnotation
error
error?: (google.rpc.IStatus|null);
AnnotateImageResponse error
faceAnnotations
faceAnnotations?: (google.cloud.vision.v1.IFaceAnnotation[]|null);
AnnotateImageResponse faceAnnotations
fullTextAnnotation
fullTextAnnotation?: (google.cloud.vision.v1.ITextAnnotation|null);
AnnotateImageResponse fullTextAnnotation
imagePropertiesAnnotation
imagePropertiesAnnotation?: (google.cloud.vision.v1.IImageProperties|null);
AnnotateImageResponse imagePropertiesAnnotation
labelAnnotations
labelAnnotations?: (google.cloud.vision.v1.IEntityAnnotation[]|null);
AnnotateImageResponse labelAnnotations
landmarkAnnotations
landmarkAnnotations?: (google.cloud.vision.v1.IEntityAnnotation[]|null);
AnnotateImageResponse landmarkAnnotations
localizedObjectAnnotations
localizedObjectAnnotations?: (google.cloud.vision.v1.ILocalizedObjectAnnotation[]|null);
AnnotateImageResponse localizedObjectAnnotations
logoAnnotations
logoAnnotations?: (google.cloud.vision.v1.IEntityAnnotation[]|null);
AnnotateImageResponse logoAnnotations
productSearchResults
productSearchResults?: (google.cloud.vision.v1.IProductSearchResults|null);
AnnotateImageResponse productSearchResults
safeSearchAnnotation
safeSearchAnnotation?: (google.cloud.vision.v1.ISafeSearchAnnotation|null);
AnnotateImageResponse safeSearchAnnotation
textAnnotations
textAnnotations?: (google.cloud.vision.v1.IEntityAnnotation[]|null);
AnnotateImageResponse textAnnotations
webDetection
webDetection?: (google.cloud.vision.v1.IWebDetection|null);
AnnotateImageResponse webDetection
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.vision.v1.IAnnotateImageResponse (5.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [5.2.0 (latest)](/nodejs/docs/reference/vision/latest/vision/protos.google.cloud.vision.v1.iannotateimageresponse)\n- [4.3.2](/nodejs/docs/reference/vision/4.3.2/vision/protos.google.cloud.vision.v1.iannotateimageresponse)\n- [4.2.1](/nodejs/docs/reference/vision/4.2.1/vision/protos.google.cloud.vision.v1.iannotateimageresponse)\n- [4.0.3](/nodejs/docs/reference/vision/4.0.3/vision/protos.google.cloud.vision.v1.iannotateimageresponse)\n- [3.1.3](/nodejs/docs/reference/vision/3.1.3/vision/protos.google.cloud.vision.v1.iannotateimageresponse)\n- [3.0.1](/nodejs/docs/reference/vision/3.0.1/vision/protos.google.cloud.vision.v1.iannotateimageresponse)\n- [2.4.2](/nodejs/docs/reference/vision/2.4.2/vision/protos.google.cloud.vision.v1.iannotateimageresponse)\n- [2.3.8](/nodejs/docs/reference/vision/2.3.8/vision/protos.google.cloud.vision.v1.iannotateimageresponse) \nProperties of an AnnotateImageResponse.\n\nPackage\n-------\n\n[@google-cloud/vision](../overview.html)\n\nProperties\n----------\n\n### context\n\n context?: (google.cloud.vision.v1.IImageAnnotationContext|null);\n\nAnnotateImageResponse context\n\n### cropHintsAnnotation\n\n cropHintsAnnotation?: (google.cloud.vision.v1.ICropHintsAnnotation|null);\n\nAnnotateImageResponse cropHintsAnnotation\n\n### error\n\n error?: (google.rpc.IStatus|null);\n\nAnnotateImageResponse error\n\n### faceAnnotations\n\n faceAnnotations?: (google.cloud.vision.v1.IFaceAnnotation[]|null);\n\nAnnotateImageResponse faceAnnotations\n\n### fullTextAnnotation\n\n fullTextAnnotation?: (google.cloud.vision.v1.ITextAnnotation|null);\n\nAnnotateImageResponse fullTextAnnotation\n\n### imagePropertiesAnnotation\n\n imagePropertiesAnnotation?: (google.cloud.vision.v1.IImageProperties|null);\n\nAnnotateImageResponse imagePropertiesAnnotation\n\n### labelAnnotations\n\n labelAnnotations?: (google.cloud.vision.v1.IEntityAnnotation[]|null);\n\nAnnotateImageResponse labelAnnotations\n\n### landmarkAnnotations\n\n landmarkAnnotations?: (google.cloud.vision.v1.IEntityAnnotation[]|null);\n\nAnnotateImageResponse landmarkAnnotations\n\n### localizedObjectAnnotations\n\n localizedObjectAnnotations?: (google.cloud.vision.v1.ILocalizedObjectAnnotation[]|null);\n\nAnnotateImageResponse localizedObjectAnnotations\n\n### logoAnnotations\n\n logoAnnotations?: (google.cloud.vision.v1.IEntityAnnotation[]|null);\n\nAnnotateImageResponse logoAnnotations\n\n### productSearchResults\n\n productSearchResults?: (google.cloud.vision.v1.IProductSearchResults|null);\n\nAnnotateImageResponse productSearchResults\n\n### safeSearchAnnotation\n\n safeSearchAnnotation?: (google.cloud.vision.v1.ISafeSearchAnnotation|null);\n\nAnnotateImageResponse safeSearchAnnotation\n\n### textAnnotations\n\n textAnnotations?: (google.cloud.vision.v1.IEntityAnnotation[]|null);\n\nAnnotateImageResponse textAnnotations\n\n### webDetection\n\n webDetection?: (google.cloud.vision.v1.IWebDetection|null);\n\nAnnotateImageResponse webDetection"]]