public sealed class Answer.Types.Reference.Types.UnstructuredDocumentInfo : IMessage<Answer.Types.Reference.Types.UnstructuredDocumentInfo>, IEquatable<Answer.Types.Reference.Types.UnstructuredDocumentInfo>, IDeepCloneable<Answer.Types.Reference.Types.UnstructuredDocumentInfo>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1 API class Answer.Types.Reference.Types.UnstructuredDocumentInfo.
Unstructured document information.
Implements
IMessageAnswerTypesReferenceTypesUnstructuredDocumentInfo, IEquatableAnswerTypesReferenceTypesUnstructuredDocumentInfo, IDeepCloneableAnswerTypesReferenceTypesUnstructuredDocumentInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
UnstructuredDocumentInfo()
public UnstructuredDocumentInfo()UnstructuredDocumentInfo(UnstructuredDocumentInfo)
public UnstructuredDocumentInfo(Answer.Types.Reference.Types.UnstructuredDocumentInfo other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        AnswerTypesReferenceTypesUnstructuredDocumentInfo | 
      
Properties
ChunkContents
public RepeatedField<Answer.Types.Reference.Types.UnstructuredDocumentInfo.Types.ChunkContent> ChunkContents { get; }List of cited chunk contents derived from document content.
| Property Value | |
|---|---|
| Type | Description | 
RepeatedFieldAnswerTypesReferenceTypesUnstructuredDocumentInfoTypesChunkContent | 
        |
Document
public string Document { get; set; }Document resource name.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
DocumentAsDocumentName
public DocumentName DocumentAsDocumentName { get; set; }DocumentName-typed view over the Document resource name property.
| Property Value | |
|---|---|
| Type | Description | 
DocumentName | 
        |
StructData
public Struct StructData { get; set; }The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
| Property Value | |
|---|---|
| Type | Description | 
Struct | 
        |
Title
public string Title { get; set; }Title.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Uri
public string Uri { get; set; }URI for the document.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |