Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::AnswerQueryRequest::SearchSpec::SearchResultList::SearchResult::ChunkInfo::DocumentMetadata (v1.2.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::AnswerQueryRequest::SearchSpec::SearchResultList::SearchResult::ChunkInfo::DocumentMetadata.

Document metadata contains the information of the document of the current chunk.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#title

def title() -> ::String
Returns
  • (::String) — Title of the document.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Title of the document.
Returns
  • (::String) — Title of the document.

#uri

def uri() -> ::String
Returns
  • (::String) — Uri of the document.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Uri of the document.
Returns
  • (::String) — Uri of the document.