Class: Google::Cloud::VisionAI::V1::RawImageDescriptor

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/streaming_resources.rb

Overview

The descriptor for a raw image.

Instance Attribute Summary collapse

Instance Attribute Details

#format::String

Returns Raw image format. Its possible values are: "srgb".

Returns:

  • (::String)

    Raw image format. Its possible values are: "srgb".



55
56
57
58
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 55

class RawImageDescriptor
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#height::Integer

Returns The height of the image.

Returns:

  • (::Integer)

    The height of the image.



55
56
57
58
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 55

class RawImageDescriptor
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#width::Integer

Returns The width of the image.

Returns:

  • (::Integer)

    The width of the image.



55
56
57
58
# File 'proto_docs/google/cloud/visionai/v1/streaming_resources.rb', line 55

class RawImageDescriptor
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end