Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::ChunkInfo::DocumentMetadata (v0.12.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Answer::Reference::ChunkInfo::DocumentMetadata.

Document metadata.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#document

def document() -> ::String
Returns
  • (::String) — Document resource name.

#document=

def document=(value) -> ::String
Parameter
  • value (::String) — Document resource name.
Returns
  • (::String) — Document resource name.

#page_identifier

def page_identifier() -> ::String
Returns
  • (::String) — Page identifier.

#page_identifier=

def page_identifier=(value) -> ::String
Parameter
  • value (::String) — Page identifier.
Returns
  • (::String) — Page identifier.

#struct_data

def struct_data() -> ::Google::Protobuf::Struct
Returns
  • (::Google::Protobuf::Struct) — The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.

#struct_data=

def struct_data=(value) -> ::Google::Protobuf::Struct
Parameter
  • value (::Google::Protobuf::Struct) — The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
Returns
  • (::Google::Protobuf::Struct) — The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.

#title

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

#title=

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

#uri

def uri() -> ::String
Returns
  • (::String) — URI for the document.

#uri=

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