# Packages
No description provided by the author
# Functions
New creates an instance of the BaseClient client.
NewEntitiesClient creates an instance of the EntitiesClient client.
NewWithoutDefaults creates an instance of the BaseClient client.
PossibleAnswerTypeValues returns an array of possible values for the AnswerType const type.
PossibleEntityQueryScenarioValues returns an array of possible values for the EntityQueryScenario const type.
PossibleEntityScenarioValues returns an array of possible values for the EntityScenario const type.
PossibleEntityTypeValues returns an array of possible values for the EntityType const type.
PossibleErrorCodeValues returns an array of possible values for the ErrorCode const type.
PossibleErrorSubCodeValues returns an array of possible values for the ErrorSubCode const type.
PossibleResponseFormatValues returns an array of possible values for the ResponseFormat const type.
PossibleSafeSearchValues returns an array of possible values for the SafeSearch const type.
PossibleTypeBasicResponseBaseValues returns an array of possible values for the TypeBasicResponseBase const type.
PossibleTypeValues returns an array of possible values for the Type const type.
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
# Constants
AnswerTypeEntities ...
AnswerTypePlaces ...
AuthorizationDisabled ...
AuthorizationExpired ...
AuthorizationMissing ...
AuthorizationRedundancy ...
Blocked ...
DefaultEndpoint is the default value for endpoint.
Disambiguation ...
DominantEntity ...
DominantEntityWithDisambiguation ...
EntityScenarioDisambiguationItem ...
EntityScenarioDominantEntity ...
EntityScenarioListItem ...
EntityTypeActor ...
EntityTypeAnimal ...
EntityTypeArtist ...
EntityTypeAttorney ...
EntityTypeAttraction ...
EntityTypeBook ...
EntityTypeCar ...
EntityTypeCity ...
EntityTypeCollegeOrUniversity ...
EntityTypeComposition ...
EntityTypeContinent ...
EntityTypeCountry ...
EntityTypeDrug ...
EntityTypeEvent ...
EntityTypeFood ...
EntityTypeGeneric ...
EntityTypeHotel ...
EntityTypeHouse ...
EntityTypeLocalBusiness ...
EntityTypeLocality ...
EntityTypeMedia ...
EntityTypeMinorRegion ...
EntityTypeMovie ...
EntityTypeMusicAlbum ...
EntityTypeMusicGroup ...
EntityTypeMusicRecording ...
EntityTypeNeighborhood ...
EntityTypeOrganization ...
EntityTypeOther ...
EntityTypePerson ...
EntityTypePlace ...
EntityTypePointOfInterest ...
EntityTypePostalCode ...
EntityTypeProduct ...
EntityTypeRadioStation ...
EntityTypeRegion ...
EntityTypeRestaurant ...
EntityTypeSchool ...
EntityTypeSpeciality ...
EntityTypeSportsTeam ...
EntityTypeState ...
EntityTypeStreetAddress ...
EntityTypeSubRegion ...
EntityTypeTelevisionSeason ...
EntityTypeTelevisionShow ...
EntityTypeTheaterPlay ...
EntityTypeTouristAttraction ...
EntityTypeTravel ...
EntityTypeVideoGame ...
HTTPNotAllowed ...
InsufficientAuthorization ...
InvalidAuthorization ...
InvalidRequest ...
JSON ...
JSONLd ...
List ...
ListWithPivot ...
Moderate ...
None ...
NotImplemented ...
Off ...
ParameterInvalidValue ...
ParameterMissing ...
RateLimitExceeded ...
ResourceError ...
ServerError ...
Strict ...
TypeAirport ...
TypeAnswer ...
TypeCivicStructure ...
TypeContractualRulesAttribution ...
TypeContractualRulesContractualRule ...
TypeContractualRulesLicenseAttribution ...
TypeContractualRulesLinkAttribution ...
TypeContractualRulesMediaAttribution ...
TypeContractualRulesTextAttribution ...
TypeCreativeWork ...
TypeEntertainmentBusiness ...
TypeEntities ...
TypeErrorResponse ...
TypeFoodEstablishment ...
TypeHotel ...
TypeIdentifiable ...
TypeImageObject ...
TypeIntangible ...
TypeLicense ...
TypeLocalBusiness ...
TypeLodgingBusiness ...
TypeMediaObject ...
TypeMovieTheater ...
TypeOrganization ...
TypePlace ...
TypePlaces ...
TypePostalAddress ...
TypeResponse ...
TypeResponseBase ...
TypeRestaurant ...
TypeSearchResponse ...
TypeSearchResultsAnswer ...
TypeStructuredValue ...
TypeThing ...
TypeTouristAttraction ...
UnexpectedError ...
# Structs
Airport ...
Answer ...
BaseClient is the base client for Entitysearch.
CivicStructure ...
ContractualRulesAttribution ...
ContractualRulesContractualRule ...
ContractualRulesLicenseAttribution defines a contractual rule for license attribution.
ContractualRulesLinkAttribution defines a contractual rule for link attribution.
ContractualRulesMediaAttribution defines a contractual rule for media attribution.
ContractualRulesTextAttribution defines a contractual rule for text attribution.
CreativeWork ...
EntertainmentBusiness ...
Entities defines an entity answer.
EntitiesClient is the the Entity Search API lets you send a search query to Bing and get back search results that include entities and places.
EntitiesEntityPresentationInfo defines additional information about an entity such as type hints.
Error defines the error that occurred.
ErrorResponse the top-level response that represents a failed request.
FoodEstablishment ...
Hotel ...
Identifiable defines the identity of a resource.
ImageObject defines an image.
Intangible ...
License defines the license under which the text or photo may be used.
LocalBusiness ...
LodgingBusiness ...
MediaObject ...
MovieTheater ...
Organization defines an organization.
Place defines information about a local entity, such as a restaurant or hotel.
Places defines a local entity answer.
PostalAddress defines a postal address.
QueryContext defines the query context that Bing used for the request.
Response defines a response.
ResponseBase ...
Restaurant ...
SearchResponse defines the top-level object that the response includes when the request succeeds.
SearchResultsAnswer ...
StructuredValue ...
Thing ...
TouristAttraction ...
# Interfaces
BasicAnswer ...
BasicCivicStructure ...
BasicContractualRulesAttribution ...
BasicContractualRulesContractualRule ...
BasicCreativeWork ...
BasicEntertainmentBusiness ...
BasicFoodEstablishment ...
BasicIdentifiable defines the identity of a resource.
BasicIntangible ...
BasicLocalBusiness ...
BasicLodgingBusiness ...
BasicMediaObject ...
BasicPlace defines information about a local entity, such as a restaurant or hotel.
BasicResponse defines a response.
BasicResponseBase ...
BasicSearchResultsAnswer ...
BasicStructuredValue ...
BasicThing ...
# Type aliases
AnswerType enumerates the values for answer type.
EntityQueryScenario enumerates the values for entity query scenario.
EntityScenario enumerates the values for entity scenario.
EntityType enumerates the values for entity type.
ErrorCode enumerates the values for error code.
ErrorSubCode enumerates the values for error sub code.
ResponseFormat enumerates the values for response format.
SafeSearch enumerates the values for safe search.
Type enumerates the values for type.
TypeBasicResponseBase enumerates the values for type basic response base.