Discovery Engine v1beta API - Class Answer.Types.Reference.Types.StructuredDocumentInfo (1.0.0-beta17)

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

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

Structured search information.

Inheritance

object > Answer.Types.Reference.Types.StructuredDocumentInfo

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

StructuredDocumentInfo()

public StructuredDocumentInfo()

StructuredDocumentInfo(StructuredDocumentInfo)

public StructuredDocumentInfo(Answer.Types.Reference.Types.StructuredDocumentInfo other)
Parameter
Name Description
other AnswerTypesReferenceTypesStructuredDocumentInfo

Properties

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; }

Structured search data.

Property Value
Type Description
Struct