Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::Answer::Reference::UnstructuredDocumentInfo.
Unstructured document information.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#chunk_contents
def chunk_contents() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::Reference::UnstructuredDocumentInfo::ChunkContent> Returns 
 - (::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::Reference::UnstructuredDocumentInfo::ChunkContent>) — List of cited chunk contents derived from document content.
 
#chunk_contents=
def chunk_contents=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::Reference::UnstructuredDocumentInfo::ChunkContent> Parameter 
 - value (::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::Reference::UnstructuredDocumentInfo::ChunkContent>) — List of cited chunk contents derived from document content.
 
 Returns 
 - (::Array<::Google::Cloud::DiscoveryEngine::V1::Answer::Reference::UnstructuredDocumentInfo::ChunkContent>) — List of cited chunk contents derived from document content.
 
#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.
 
#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.