Class WebDetection

  • All Implemented Interfaces:
    WebDetectionOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class WebDetection
    extends com.google.protobuf.GeneratedMessageV3
    implements WebDetectionOrBuilder
     Relevant information for the image from the Internet.
     
    Protobuf type google.cloud.vision.v1p2beta1.WebDetection
    See Also:
    Serialized Form
    • Field Detail

      • WEB_ENTITIES_FIELD_NUMBER

        public static final int WEB_ENTITIES_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
      • PAGES_WITH_MATCHING_IMAGES_FIELD_NUMBER

        public static final int PAGES_WITH_MATCHING_IMAGES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VISUALLY_SIMILAR_IMAGES_FIELD_NUMBER

        public static final int VISUALLY_SIMILAR_IMAGES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BEST_GUESS_LABELS_FIELD_NUMBER

        public static final int BEST_GUESS_LABELS_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
      • getWebEntitiesCount

        public int getWebEntitiesCount()
         Deduced entities from similar images on the Internet.
         
        repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
        Specified by:
        getWebEntitiesCount in interface WebDetectionOrBuilder
      • getFullMatchingImagesCount

        public int getFullMatchingImagesCount()
         Fully matching images from the Internet.
         Can include resized copies of the query image.
         
        repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
        Specified by:
        getFullMatchingImagesCount in interface WebDetectionOrBuilder
      • getFullMatchingImages

        public WebDetection.WebImage getFullMatchingImages​(int index)
         Fully matching images from the Internet.
         Can include resized copies of the query image.
         
        repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
        Specified by:
        getFullMatchingImages in interface WebDetectionOrBuilder
      • getPartialMatchingImagesList

        public List<WebDetection.WebImage> getPartialMatchingImagesList()
         Partial matching images from the Internet.
         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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
        Specified by:
        getPartialMatchingImagesList in interface WebDetectionOrBuilder
      • getPartialMatchingImagesOrBuilderList

        public List<? extends WebDetection.WebImageOrBuilder> getPartialMatchingImagesOrBuilderList()
         Partial matching images from the Internet.
         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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
        Specified by:
        getPartialMatchingImagesOrBuilderList in interface WebDetectionOrBuilder
      • getPartialMatchingImagesCount

        public int getPartialMatchingImagesCount()
         Partial matching images from the Internet.
         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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
        Specified by:
        getPartialMatchingImagesCount in interface WebDetectionOrBuilder
      • getPartialMatchingImages

        public WebDetection.WebImage getPartialMatchingImages​(int index)
         Partial matching images from the Internet.
         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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
        Specified by:
        getPartialMatchingImages in interface WebDetectionOrBuilder
      • getPartialMatchingImagesOrBuilder

        public WebDetection.WebImageOrBuilder getPartialMatchingImagesOrBuilder​(int index)
         Partial matching images from the Internet.
         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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
        Specified by:
        getPartialMatchingImagesOrBuilder in interface WebDetectionOrBuilder
      • getPagesWithMatchingImagesCount

        public int getPagesWithMatchingImagesCount()
         Web pages containing the matching images from the Internet.
         
        repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
        Specified by:
        getPagesWithMatchingImagesCount in interface WebDetectionOrBuilder
      • getVisuallySimilarImagesCount

        public int getVisuallySimilarImagesCount()
         The visually similar image results.
         
        repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
        Specified by:
        getVisuallySimilarImagesCount in interface WebDetectionOrBuilder
      • getBestGuessLabelsCount

        public int getBestGuessLabelsCount()
         Best guess text labels for the request image.
         
        repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
        Specified by:
        getBestGuessLabelsCount in interface WebDetectionOrBuilder
      • 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 parseFrom​(ByteBuffer data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

        public static WebDetection 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 parseFrom​(byte[] data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

        public static WebDetection parseFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

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

        public static WebDetection getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<WebDetection> parser()
      • getParserForType

        public com.google.protobuf.Parser<WebDetection> 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 getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder