Interface ReconConfig.OptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReconConfig.Options
,ReconConfig.Options.Builder
- Enclosing class:
- ReconConfig
public static interface ReconConfig.OptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getEnableGeocodingSeparation()
If true, separate clusters by their geographic region (from geocoding).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEnableGeocodingSeparation
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:
- The enableGeocodingSeparation.
-
-