Class: Google::Cloud::AutoML::V1beta1::Image

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_items.rb

Overview

A representation of an image. Only images up to 30MB in size are supported.

Instance Attribute Summary collapse

Instance Attribute Details

#image_bytesString

Returns 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.



33
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_items.rb', line 33

class Image; end

#input_configGoogle::Cloud::AutoML::V1beta1::InputConfig

Returns An input config specifying the content of the image.

Returns:



33
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_items.rb', line 33

class Image; end

#thumbnail_uriString

Returns Output only. HTTP URI to the thumbnail image.

Returns:

  • (String)

    Output only. HTTP URI to the thumbnail image.



33
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_items.rb', line 33

class Image; end