Class WebDetection.WebPage

  • All Implemented Interfaces:
    WebDetection.WebPageOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    WebDetection

    public static final class WebDetection.WebPage
    extends com.google.protobuf.GeneratedMessageV3
    implements WebDetection.WebPageOrBuilder
     Metadata for web pages.
     
    Protobuf type google.cloud.vision.v1p1beta1.WebDetection.WebPage
    See Also:
    Serialized Form
    • Field Detail

      • PAGE_TITLE_FIELD_NUMBER

        public static final int PAGE_TITLE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FULL_MATCHING_IMAGES_FIELD_NUMBER

        public static final int FULL_MATCHING_IMAGES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PARTIAL_MATCHING_IMAGES_FIELD_NUMBER

        public static final int PARTIAL_MATCHING_IMAGES_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getUrlBytes

        public com.google.protobuf.ByteString getUrlBytes()
         The result web page URL.
         
        string url = 1;
        Specified by:
        getUrlBytes in interface WebDetection.WebPageOrBuilder
        Returns:
        The bytes for url.
      • getScore

        public float getScore()
         (Deprecated) Overall relevancy score for the web page.
         
        float score = 2;
        Specified by:
        getScore in interface WebDetection.WebPageOrBuilder
        Returns:
        The score.
      • getPageTitleBytes

        public com.google.protobuf.ByteString getPageTitleBytes()
         Title for the web page, may contain HTML markups.
         
        string page_title = 3;
        Specified by:
        getPageTitleBytes in interface WebDetection.WebPageOrBuilder
        Returns:
        The bytes for pageTitle.
      • getFullMatchingImagesCount

        public int getFullMatchingImagesCount()
         Fully matching images on the page.
         Can include resized copies of the query image.
         
        repeated .google.cloud.vision.v1p1beta1.WebDetection.WebImage full_matching_images = 4;
        Specified by:
        getFullMatchingImagesCount in interface WebDetection.WebPageOrBuilder
      • 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.v1p1beta1.WebDetection.WebImage partial_matching_images = 5;
        Specified by:
        getPartialMatchingImagesList in interface WebDetection.WebPageOrBuilder
      • 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.v1p1beta1.WebDetection.WebImage partial_matching_images = 5;
        Specified by:
        getPartialMatchingImagesOrBuilderList in interface WebDetection.WebPageOrBuilder
      • 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.v1p1beta1.WebDetection.WebImage partial_matching_images = 5;
        Specified by:
        getPartialMatchingImagesCount in interface WebDetection.WebPageOrBuilder
      • getPartialMatchingImages

        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.v1p1beta1.WebDetection.WebImage partial_matching_images = 5;
        Specified by:
        getPartialMatchingImages in interface WebDetection.WebPageOrBuilder
      • getPartialMatchingImagesOrBuilder

        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.v1p1beta1.WebDetection.WebImage partial_matching_images = 5;
        Specified by:
        getPartialMatchingImagesOrBuilder in interface WebDetection.WebPageOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static WebDetection.WebPage parseFrom​(ByteBuffer data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WebDetection.WebPage parseFrom​(ByteBuffer data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WebDetection.WebPage parseFrom​(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WebDetection.WebPage parseFrom​(com.google.protobuf.ByteString data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WebDetection.WebPage parseFrom​(byte[] data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WebDetection.WebPage parseFrom​(byte[] data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public WebDetection.WebPage.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public WebDetection.WebPage.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected WebDetection.WebPage.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<WebDetection.WebPage> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public WebDetection.WebPage getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder