Class UnstructuredDocumentInfo (0.11.13)

UnstructuredDocumentInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Unstructured document information.

Attributes

Name Description
document str
Document resource name.
uri str
URI for the document.
title str
Title.
chunk_contents MutableSequence[google.cloud.discoveryengine_v1beta.types.Answer.Reference.UnstructuredDocumentInfo.ChunkContent]
List of cited chunk contents derived from document content.
struct_data google.protobuf.struct_pb2.Struct
The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.

Classes

ChunkContent

ChunkContent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Chunk content.