Class WebDetection.WebPage (3.72.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.72.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  WebDetection . WebPage   extends   GeneratedMessageV3   implements   WebDetection . WebPageOrBuilder  
   Metadata for web pages.
 Protobuf type google.cloud.vision.v1p3beta1.WebDetection.WebPage
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  FULL_MATCHING_IMAGES_FIELD_NUMBER 
  
    
public   static   final   int   FULL_MATCHING_IMAGES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PAGE_TITLE_FIELD_NUMBER 
  
    
public   static   final   int   PAGE_TITLE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PARTIAL_MATCHING_IMAGES_FIELD_NUMBER 
  
    
public   static   final   int   PARTIAL_MATCHING_IMAGES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SCORE_FIELD_NUMBER 
  
    
public   static   final   int   SCORE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  URL_FIELD_NUMBER 
  
    
public   static   final   int   URL_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   WebDetection . WebPage   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   WebDetection . WebPage . Builder   newBuilder ()  
  
  newBuilder(WebDetection.WebPage prototype) 
  
    
public   static   WebDetection . WebPage . Builder   newBuilder ( WebDetection . WebPage   prototype )  
  
  
  parseDelimitedFrom(InputStream input) 
  
    
public   static   WebDetection . WebPage   parseDelimitedFrom ( InputStream   input )  
  
  
  
  parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   WebDetection . WebPage   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   WebDetection . WebPage   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   WebDetection . WebPage   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   WebDetection . WebPage   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   WebDetection . WebPage   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(CodedInputStream input) 
  
    
public   static   WebDetection . WebPage   parseFrom ( CodedInputStream   input )  
  
  
  
  parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   WebDetection . WebPage   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(InputStream input) 
  
    
public   static   WebDetection . WebPage   parseFrom ( InputStream   input )  
  
  
  
  parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   WebDetection . WebPage   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   WebDetection . WebPage   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   WebDetection . WebPage   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<WebDetection . WebPage >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   WebDetection . WebPage   getDefaultInstanceForType ()  
  
  getFullMatchingImages(int index) 
  
    
public   WebDetection . WebImage   getFullMatchingImages ( int   index )  
   Fully matching images on the page.
 Can include resized copies of the query image.
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage full_matching_images = 4;
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getFullMatchingImagesCount() 
  
    
public   int   getFullMatchingImagesCount ()  
   Fully matching images on the page.
 Can include resized copies of the query image.
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage full_matching_images = 4;
 
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getFullMatchingImagesList() 
  
    
public   List<WebDetection . WebImage >  getFullMatchingImagesList ()  
   Fully matching images on the page.
 Can include resized copies of the query image.
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage full_matching_images = 4;
 
getFullMatchingImagesOrBuilder(int index) 
  
    
public   WebDetection . WebImageOrBuilder   getFullMatchingImagesOrBuilder ( int   index )  
   Fully matching images on the page.
 Can include resized copies of the query image.
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage full_matching_images = 4;
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getFullMatchingImagesOrBuilderList() 
  
    
public   List <?   extends   WebDetection . WebImageOrBuilder >  getFullMatchingImagesOrBuilderList ()  
   Fully matching images on the page.
 Can include resized copies of the query image.
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage full_matching_images = 4;
 
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebImageOrBuilder > 
     
  
  getPageTitle() 
  
    
public   String   getPageTitle ()  
   Title for the web page, may contain HTML markups.
 string page_title = 3;
    
      
        Returns  
      
        Type Description  
      
        String The pageTitle.
 
     
  
  getPageTitleBytes() 
  
    
public   ByteString   getPageTitleBytes ()  
   Title for the web page, may contain HTML markups.
 string page_title = 3;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for pageTitle.
 
     
  
  getParserForType() 
  
    
public   Parser<WebDetection . WebPage >  getParserForType ()  
  
  Overrides 
  
  getPartialMatchingImages(int index) 
  
    
public   WebDetection . WebImage   getPartialMatchingImages ( int   index )  
   Partial matching images on the page.
 Those images are similar enough to share some key-point features. For
 example an original image will likely have partial matching for its
 crops.
 
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage partial_matching_images = 5;
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getPartialMatchingImagesCount() 
  
    
public   int   getPartialMatchingImagesCount ()  
   Partial matching images on the page.
 Those images are similar enough to share some key-point features. For
 example an original image will likely have partial matching for its
 crops.
 
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage partial_matching_images = 5;
 
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getPartialMatchingImagesList() 
  
    
public   List<WebDetection . WebImage >  getPartialMatchingImagesList ()  
   Partial matching images on the page.
 Those images are similar enough to share some key-point features. For
 example an original image will likely have partial matching for its
 crops.
 
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage partial_matching_images = 5;
 
getPartialMatchingImagesOrBuilder(int index) 
  
    
public   WebDetection . WebImageOrBuilder   getPartialMatchingImagesOrBuilder ( int   index )  
   Partial matching images on the page.
 Those images are similar enough to share some key-point features. For
 example an original image will likely have partial matching for its
 crops.
 
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage partial_matching_images = 5;
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getPartialMatchingImagesOrBuilderList() 
  
    
public   List <?   extends   WebDetection . WebImageOrBuilder >  getPartialMatchingImagesOrBuilderList ()  
   Partial matching images on the page.
 Those images are similar enough to share some key-point features. For
 example an original image will likely have partial matching for its
 crops.
 
 repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage partial_matching_images = 5;
 
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebImageOrBuilder > 
     
  
  getScore() 
  
   (Deprecated) Overall relevancy score for the web page.
 float score = 2;
    
      
        Returns  
      
        Type Description  
      
        float The score.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getUrl() 
  
   The result web page URL.
 string url = 1;
    
      
        Returns  
      
        Type Description  
      
        String The url.
 
     
  
  getUrlBytes() 
  
    
public   ByteString   getUrlBytes ()  
   The result web page URL.
 string url = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for url.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   WebDetection . WebPage . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   WebDetection . WebPage . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   WebDetection . WebPage . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-29 UTC.
 
 
  
  
  
    
      [[["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-10-29 UTC."],[],[]]