Interface ReconConfig.OptionsOrBuilder (0.16.0)

public static interface ReconConfig.OptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableGeocodingSeparation()

public abstract boolean getEnableGeocodingSeparation()

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!

bool enable_geocoding_separation = 100;

Returns
TypeDescription
boolean

The enableGeocodingSeparation.