Interface WebDetection.WebPageOrBuilder (2.0.29)

public static interface WebDetection.WebPageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFullMatchingImages(int index)

public abstract WebDetection.WebImage getFullMatchingImages(int index)

Fully matching images on the page. Can include resized copies of the query image.

repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebImage

getFullMatchingImagesCount()

public abstract int getFullMatchingImagesCount()

Fully matching images on the page. Can include resized copies of the query image.

repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;

Returns
TypeDescription
int

getFullMatchingImagesList()

public abstract List<WebDetection.WebImage> getFullMatchingImagesList()

Fully matching images on the page. Can include resized copies of the query image.

repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;

Returns
TypeDescription
List<WebImage>

getFullMatchingImagesOrBuilder(int index)

public abstract WebDetection.WebImageOrBuilder getFullMatchingImagesOrBuilder(int index)

Fully matching images on the page. Can include resized copies of the query image.

repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebImageOrBuilder

getFullMatchingImagesOrBuilderList()

public abstract List<? extends WebDetection.WebImageOrBuilder> getFullMatchingImagesOrBuilderList()

Fully matching images on the page. Can include resized copies of the query image.

repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1.WebDetection.WebImageOrBuilder>

getPageTitle()

public abstract String getPageTitle()

Title for the web page, may contain HTML markups.

string page_title = 3;

Returns
TypeDescription
String

The pageTitle.

getPageTitleBytes()

public abstract ByteString getPageTitleBytes()

Title for the web page, may contain HTML markups.

string page_title = 3;

Returns
TypeDescription
ByteString

The bytes for pageTitle.

getPartialMatchingImages(int index)

public abstract 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.v1.WebDetection.WebImage partial_matching_images = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebImage

getPartialMatchingImagesCount()

public abstract 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.v1.WebDetection.WebImage partial_matching_images = 5;

Returns
TypeDescription
int

getPartialMatchingImagesList()

public abstract 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.v1.WebDetection.WebImage partial_matching_images = 5;

Returns
TypeDescription
List<WebImage>

getPartialMatchingImagesOrBuilder(int index)

public abstract 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.v1.WebDetection.WebImage partial_matching_images = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebImageOrBuilder

getPartialMatchingImagesOrBuilderList()

public abstract 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.v1.WebDetection.WebImage partial_matching_images = 5;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1.WebDetection.WebImageOrBuilder>

getScore()

public abstract float getScore()

(Deprecated) Overall relevancy score for the web page.

float score = 2;

Returns
TypeDescription
float

The score.

getUrl()

public abstract String getUrl()

The result web page URL.

string url = 1;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

The result web page URL.

string url = 1;

Returns
TypeDescription
ByteString

The bytes for url.