Class: Google::Cloud::Ces::V1::Citations::CitedChunk
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::Citations::CitedChunk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/session_service.rb
Overview
Piece of cited information.
Instance Attribute Summary collapse
-
#text ⇒ ::String
Text used for citation.
-
#title ⇒ ::String
Title of the cited document.
-
#uri ⇒ ::String
URI used for citation.
Instance Attribute Details
#text ⇒ ::String
Returns Text used for citation.
184 185 186 187 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 184 class CitedChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Title of the cited document.
184 185 186 187 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 184 class CitedChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI used for citation.
184 185 186 187 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 184 class CitedChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |