Cloud Vision V1p4beta1 API - Class Google::Cloud::Vision::V1p4beta1::Image (v0.2.0)

Reference documentation and code samples for the Cloud Vision V1p4beta1 API class Google::Cloud::Vision::V1p4beta1::Image.

Client image to perform Google Cloud Vision API tasks over.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#content

def content() -> ::String
Returns
  • (::String) — Image content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

#content=

def content=(value) -> ::String
Parameter
  • value (::String) — Image content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
Returns
  • (::String) — Image content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

#source

def source() -> ::Google::Cloud::Vision::V1p4beta1::ImageSource
Returns
  • (::Google::Cloud::Vision::V1p4beta1::ImageSource) — Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.

#source=

def source=(value) -> ::Google::Cloud::Vision::V1p4beta1::ImageSource
Parameter
  • value (::Google::Cloud::Vision::V1p4beta1::ImageSource) — Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.
Returns
  • (::Google::Cloud::Vision::V1p4beta1::ImageSource) — Google Cloud Storage image location, or publicly-accessible image URL. If both content and source are provided for an image, content takes precedence and is used to perform the image annotation request.