public RepeatedField<BoundingPoly> BoundingPolys { get; }
Optional. Bounding polygons around the areas of interest in the reference image.
If this field is empty, the system will try to detect regions of
interest. At most 10 bounding polygons will be used.
The provided shape is converted into a non-rotated rectangle. Once
converted, the small edge of the rectangle must be greater than or equal
to 300 pixels. The aspect ratio must be 1:4 or less (i.e. 1:3 is ok; 1:5
is not).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eReferenceImage\u003c/code\u003e class represents a product image with associated metadata, including bounding boxes, within the Google Cloud Vision API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring compatibility and various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties like \u003ccode\u003eBoundingPolys\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eReferenceImageName\u003c/code\u003e, and \u003ccode\u003eUri\u003c/code\u003e to manage the image's areas of interest, resource name, and Google Cloud Storage location, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be instantiated via a default constructor, or another constructor that will utilize another \u003ccode\u003eReferenceImage\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReferenceImage\u003c/code\u003e resource name format is specified, which should follow this: \u003ccode\u003eprojects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]