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.
Implements
IMessageReconConfigTypesOptions, IEquatableReconConfigTypesOptions, IDeepCloneableReconConfigTypesOptions, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
Options()
public Options()
Options(Options)
public Options(ReconConfig.Types.Options other)
Parameter | |
---|---|
Name | Description |
other |
ReconConfigTypesOptions |
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 | |
---|---|
Type | Description |
bool |