ImageUnderstandingIndexingImageRegion

ImageIndexing

GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingImageRegion

6
out of 10
Medium
SEO Impact
Image region produced by a detector.

SEO Analysis

AI Generated

Controls how pages are indexed. Without proper indexing, pages cannot appear in search results at all. This model (Image Understanding Indexing Image Region) contains SEO-relevant attributes including score. Key functionality includes: Bounding box normalized to [0,1] scale independent on the image size. For example if the original image has the size 1600x1200, the rectangle [200, 20...

Actionable Insights for SEOs

  • Optimize crawl budget by fixing broken links and reducing redirect chains
  • Use robots.txt and sitemap.xml effectively to guide crawling
  • Monitor Google Search Console for crawl errors and indexing issues

Attributes

3
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.PhotosVisionGroundtruthdbNormalizedBoundingBox.t

Bounding box normalized to [0,1] scale independent on the image size. For example if the original image has the size 1600x1200, the rectangle [200, 200, 800, 600] from the image would have a normalized bounding box [1/8, 1/6, 1/2, 1/2].

scorenumber(
Default: nil

Box confidence score. This is used to store the confidence of the box proposal, not the score associated with any specific labels. The box proposal confidence score is a float number per region between [0, 1] indicating how likely a box contains an "object".

versionstring
Default: nilFull type: String.t