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 latest version available for \u003ccode\u003eReferenceImage\u003c/code\u003e is 3.7.0, but this page focuses on version 3.1.0, which represents a specific iteration of the software.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReferenceImage\u003c/code\u003e is a class representing a product image and its associated metadata, and it implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReferenceImage\u003c/code\u003e class includes properties like \u003ccode\u003eBoundingPolys\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eReferenceImageName\u003c/code\u003e, and \u003ccode\u003eUri\u003c/code\u003e, that allow interactions with the reference image metadata.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUri\u003c/code\u003e property is required and it specifies the Google Cloud Storage location of the image, and the URI should begin with \u003ccode\u003egs://\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBoundingPolys\u003c/code\u003e property allows for the inclusion of up to 10 bounding polygons, to indicate the areas of interest within the reference image, with a size requirement once converted into a rectangle.\u003c/p\u003e\n"]]],[],null,[]]