Class: Google::Cloud::Ces::V1beta::Blob

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/example.rb

Overview

Represents a blob input or output in the conversation.

Instance Attribute Summary collapse

Instance Attribute Details

#data::String

Returns Required. Raw bytes of the blob.

Returns:

  • (::String)

    Required. Raw bytes of the blob.



148
149
150
151
# File 'proto_docs/google/cloud/ces/v1beta/example.rb', line 148

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

#mime_type::String

Returns Required. The IANA standard MIME type of the source data.

Returns:

  • (::String)

    Required. The IANA standard MIME type of the source data.



148
149
150
151
# File 'proto_docs/google/cloud/ces/v1beta/example.rb', line 148

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