Class WebDetection (3.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 3.78.0 (latest)
- 3.76.0
- 3.74.0
- 3.73.0
- 3.72.0
- 3.71.0
- 3.70.0
- 3.68.0
- 3.66.0
- 3.65.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
publicfinalclass WebDetectionextendsGeneratedMessageV3implementsWebDetectionOrBuilderRelevant information for the image from the Internet.
Protobuf type google.cloud.vision.v1.WebDetection
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WebDetectionImplements
WebDetectionOrBuilderInherited Members
Static Fields
BEST_GUESS_LABELS_FIELD_NUMBER
publicstaticfinalintBEST_GUESS_LABELS_FIELD_NUMBERFULL_MATCHING_IMAGES_FIELD_NUMBER
publicstaticfinalintFULL_MATCHING_IMAGES_FIELD_NUMBERPAGES_WITH_MATCHING_IMAGES_FIELD_NUMBER
publicstaticfinalintPAGES_WITH_MATCHING_IMAGES_FIELD_NUMBERPARTIAL_MATCHING_IMAGES_FIELD_NUMBER
publicstaticfinalintPARTIAL_MATCHING_IMAGES_FIELD_NUMBERVISUALLY_SIMILAR_IMAGES_FIELD_NUMBER
publicstaticfinalintVISUALLY_SIMILAR_IMAGES_FIELD_NUMBERWEB_ENTITIES_FIELD_NUMBER
publicstaticfinalintWEB_ENTITIES_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticWebDetectiongetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticWebDetection.BuildernewBuilder()newBuilder(WebDetection prototype)
publicstaticWebDetection.BuildernewBuilder(WebDetectionprototype)parseDelimitedFrom(InputStream input)
publicstaticWebDetectionparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticWebDetectionparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticWebDetectionparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticWebDetectionparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticWebDetectionparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticWebDetectionparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticWebDetectionparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticWebDetectionparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticWebDetectionparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticWebDetectionparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticWebDetectionparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticWebDetectionparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<WebDetection>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getBestGuessLabels(int index)
publicWebDetection.WebLabelgetBestGuessLabels(intindex)The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabelsCount()
publicintgetBestGuessLabelsCount()The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabelsList()
publicList<WebDetection.WebLabel>getBestGuessLabelsList()The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabelsOrBuilder(int index)
publicWebDetection.WebLabelOrBuildergetBestGuessLabelsOrBuilder(intindex)The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabelsOrBuilderList()
publicList<?extendsWebDetection.WebLabelOrBuilder>getBestGuessLabelsOrBuilderList()The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1.WebDetection.WebLabel best_guess_labels = 8;
getDefaultInstanceForType()
publicWebDetectiongetDefaultInstanceForType()getFullMatchingImages(int index)
publicWebDetection.WebImagegetFullMatchingImages(intindex)Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImagesCount()
publicintgetFullMatchingImagesCount()Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImagesList()
publicList<WebDetection.WebImage>getFullMatchingImagesList()Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImagesOrBuilder(int index)
publicWebDetection.WebImageOrBuildergetFullMatchingImagesOrBuilder(intindex)Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImagesOrBuilderList()
publicList<?extendsWebDetection.WebImageOrBuilder>getFullMatchingImagesOrBuilderList()Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 2;
getPagesWithMatchingImages(int index)
publicWebDetection.WebPagegetPagesWithMatchingImages(intindex)Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImagesCount()
publicintgetPagesWithMatchingImagesCount()Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImagesList()
publicList<WebDetection.WebPage>getPagesWithMatchingImagesList()Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImagesOrBuilder(int index)
publicWebDetection.WebPageOrBuildergetPagesWithMatchingImagesOrBuilder(intindex)Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImagesOrBuilderList()
publicList<?extendsWebDetection.WebPageOrBuilder>getPagesWithMatchingImagesOrBuilderList()Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;
getParserForType()
publicParser<WebDetection>getParserForType()getPartialMatchingImages(int index)
publicWebDetection.WebImagegetPartialMatchingImages(intindex)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.v1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImagesCount()
publicintgetPartialMatchingImagesCount()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.v1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImagesList()
publicList<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.v1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImagesOrBuilder(int index)
publicWebDetection.WebImageOrBuildergetPartialMatchingImagesOrBuilder(intindex)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.v1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImagesOrBuilderList()
publicList<?extendsWebDetection.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.v1.WebDetection.WebImage partial_matching_images = 3;
getSerializedSize()
publicintgetSerializedSize()getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getVisuallySimilarImages(int index)
publicWebDetection.WebImagegetVisuallySimilarImages(intindex)The visually similar image results.
repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImagesCount()
publicintgetVisuallySimilarImagesCount()The visually similar image results.
repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImagesList()
publicList<WebDetection.WebImage>getVisuallySimilarImagesList()The visually similar image results.
repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImagesOrBuilder(int index)
publicWebDetection.WebImageOrBuildergetVisuallySimilarImagesOrBuilder(intindex)The visually similar image results.
repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImagesOrBuilderList()
publicList<?extendsWebDetection.WebImageOrBuilder>getVisuallySimilarImagesOrBuilderList()The visually similar image results.
repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
getWebEntities(int index)
publicWebDetection.WebEntitygetWebEntities(intindex)Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
getWebEntitiesCount()
publicintgetWebEntitiesCount()Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
getWebEntitiesList()
publicList<WebDetection.WebEntity>getWebEntitiesList()Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
getWebEntitiesOrBuilder(int index)
publicWebDetection.WebEntityOrBuildergetWebEntitiesOrBuilder(intindex)Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
getWebEntitiesOrBuilderList()
publicList<?extendsWebDetection.WebEntityOrBuilder>getWebEntitiesOrBuilderList()Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicWebDetection.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedWebDetection.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicWebDetection.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)