Class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
Constraint of a geolocation field. Name of the geolocation field as defined in the schema.
Inheritance
GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
  Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint : IDirectResponseSchemaProperties
Address
The reference address that was inferred from the input query. The proximity of the reference address to the geolocation field will be used to filter the results.
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
FieldName
The name of the geolocation field as defined in the schema.
Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Latitude
The latitude of the geolocation inferred from the input query.
Declaration
[JsonProperty("latitude")]
public virtual double? Latitude { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
Longitude
The longitude of the geolocation inferred from the input query.
Declaration
[JsonProperty("longitude")]
public virtual double? Longitude { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
RadiusInMeters
The radius in meters around the address. The record is returned if the location of the geolocation field is within the radius.
Declaration
[JsonProperty("radiusInMeters")]
public virtual float? RadiusInMeters { get; set; }Property Value
| Type | Description | 
|---|---|
| float? |