Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::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
-
(::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.Currently, this field only works for BatchAnnotateImages requests. It does not work for AsyncBatchAnnotateImages requests.
#content=
def content=(value) -> ::String
-
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.Currently, this field only works for BatchAnnotateImages requests. It does not work for AsyncBatchAnnotateImages requests.
-
(::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.Currently, this field only works for BatchAnnotateImages requests. It does not work for AsyncBatchAnnotateImages requests.
#source
def source() -> ::Google::Cloud::Vision::V1::ImageSource
-
(::Google::Cloud::Vision::V1::ImageSource) — Google Cloud Storage image location, or publicly-accessible image
URL. If both
content
andsource
are provided for an image,content
takes precedence and is used to perform the image annotation request.
#source=
def source=(value) -> ::Google::Cloud::Vision::V1::ImageSource
-
value (::Google::Cloud::Vision::V1::ImageSource) — Google Cloud Storage image location, or publicly-accessible image
URL. If both
content
andsource
are provided for an image,content
takes precedence and is used to perform the image annotation request.
-
(::Google::Cloud::Vision::V1::ImageSource) — Google Cloud Storage image location, or publicly-accessible image
URL. If both
content
andsource
are provided for an image,content
takes precedence and is used to perform the image annotation request.