Cloud Vision V1 API - Class Google::Cloud::Vision::V1::WebDetection (v0.15.0)

Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::WebDetection.

Relevant information for the image from the Internet.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#best_guess_labels

def best_guess_labels() -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebLabel>
Returns

#best_guess_labels=

def best_guess_labels=(value) -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebLabel>
Parameter
Returns

#full_matching_images

def full_matching_images() -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>
Returns

#full_matching_images=

def full_matching_images=(value) -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>
Parameter
Returns

#pages_with_matching_images

def pages_with_matching_images() -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebPage>
Returns

#pages_with_matching_images=

def pages_with_matching_images=(value) -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebPage>
Parameter
Returns

#partial_matching_images

def partial_matching_images() -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>
Returns
  • (::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>) — 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.

#partial_matching_images=

def partial_matching_images=(value) -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>
Parameter
  • value (::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>) — 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.
Returns
  • (::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>) — 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.

#visually_similar_images

def visually_similar_images() -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>
Returns

#visually_similar_images=

def visually_similar_images=(value) -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebImage>
Parameter
Returns

#web_entities

def web_entities() -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebEntity>
Returns

#web_entities=

def web_entities=(value) -> ::Array<::Google::Cloud::Vision::V1::WebDetection::WebEntity>
Parameter
Returns