Discovery Engine v1beta API - Class Answer.Types.Reference.Types.UnstructuredDocumentInfo (1.0.0-beta12)

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, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Answer.Types.Reference.Types.UnstructuredDocumentInfo.

Unstructured document information.

Inheritance

object > Answer.Types.Reference.Types.UnstructuredDocumentInfo

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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

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