Class: Google::Cloud::DataLabeling::V1beta1::TextPayload
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::TextPayload
- 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
-
#text_content ⇒ ::String
Text content.
Instance Attribute Details
#text_content ⇒ ::String
Returns 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 |