Class: Google::Cloud::DiscoveryEngine::V1::Chunk::StructuredContent
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Chunk::StructuredContent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/chunk.rb
Overview
The structured content information.
Instance Attribute Summary collapse
-
#content ⇒ ::String
readonly
Output only.
-
#structure_type ⇒ ::Google::Cloud::DiscoveryEngine::V1::Chunk::StructureType
readonly
Output only.
Instance Attribute Details
#content ⇒ ::String (readonly)
Returns Output only. The content of the structured content.
138 139 140 141 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 138 class StructuredContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#structure_type ⇒ ::Google::Cloud::DiscoveryEngine::V1::Chunk::StructureType (readonly)
Returns Output only. The structure type of the structured content.
138 139 140 141 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 138 class StructuredContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |