Enterprise Knowledge Graph v1 API - Class ReconConfig.Types.Options (1.0.0-beta02)

public sealed class ReconConfig.Types.Options : IMessage<ReconConfig.Types.Options>, IEquatable<ReconConfig.Types.Options>, IDeepCloneable<ReconConfig.Types.Options>, IBufferMessage, IMessage

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class ReconConfig.Types.Options.

Options for experimental changes on entity clustering behavior.

Inheritance

object > ReconConfig.Types.Options

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

Options()

public Options()

Options(Options)

public Options(ReconConfig.Types.Options other)
Parameter
NameDescription
otherReconConfigTypesOptions

Properties

EnableGeocodingSeparation

public bool EnableGeocodingSeparation { get; set; }

If true, separate clusters by their geographic region (from geocoding). Uses the following entity features:

  • schema.org/addressLocality
  • schema.org/addressRegion
  • schema.org/addressCountry Warning: processing will no longer be regionalized!
Property Value
TypeDescription
bool