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

public sealed class Answer.Types.Reference.Types.ChunkInfo.Types.DocumentMetadata : IMessage<Answer.Types.Reference.Types.ChunkInfo.Types.DocumentMetadata>, IEquatable<Answer.Types.Reference.Types.ChunkInfo.Types.DocumentMetadata>, IDeepCloneable<Answer.Types.Reference.Types.ChunkInfo.Types.DocumentMetadata>, IBufferMessage, IMessage

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

Document metadata.

Inheritance

object > Answer.Types.Reference.Types.ChunkInfo.Types.DocumentMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

DocumentMetadata()

public DocumentMetadata()

DocumentMetadata(DocumentMetadata)

public DocumentMetadata(Answer.Types.Reference.Types.ChunkInfo.Types.DocumentMetadata other)
Parameter
Name Description
other AnswerTypesReferenceTypesChunkInfoTypesDocumentMetadata

Properties

Document

public string Document { get; set; }

Document resource name.

Property Value
Type Description
string

PageIdentifier

public string PageIdentifier { get; set; }

Page identifier.

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