Class: Google::Cloud::DataLabeling::V1beta1::TextPayload

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb

Overview

Container of information about a piece of text.

Instance Attribute Summary collapse

Instance Attribute Details

#text_content::String

Returns Text content.

Returns:

  • (::String)

    Text content.



46
47
48
49
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_payloads.rb', line 46

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