Questions tagged [bing-api]

The Bing Application Programming Interface (API), enables developers to programmatically submit queries to and retrieve results from the Microsoft Bing Search Engine.

739 questions
4
votes
1 answer

Details of Bing Confidence Levels

Has anyone found a more complete description of what the Bing Confidence Enumeration values actually mean? I'm trying to reconcile the results against another source of address data that has confidence values such as City, Street and Specific…
James Allen
  • 819
  • 7
  • 12
4
votes
1 answer

Highlighting Pushpins with Bing Maps

Our website selects establishments from a query and returns the results to the user in batches of 10 locations displaying details in a gridview and locations as user pushpins in bing maps. Hovering the item in the map pops up info panel etc. My…
Paul Farr
  • 109
  • 1
  • 9
4
votes
2 answers

Is there any API from Bing like Google Places?

Anyone knows whether Bing provides any API similar to Google Places? Thanks!
Tippu
  • 1,191
  • 4
  • 16
  • 36
4
votes
1 answer

Does the "site:" keyword and other "Advanced Search Options" apply to Bing Custom Search API?

We are using Bing Custom Search, https://learn.microsoft.com/en-us/bing/search-apis/bing-custom-search/reference/endpoints, and passing a site: filter along with the search. The current filter goes something like…
TheEmirOfGroofunkistan
  • 5,476
  • 8
  • 37
  • 53
4
votes
2 answers

Free LSI services or API to get related keywords

I've been told that Yahoo used to had a free LSI service known as Yahoo Boss API that begans to being payed since July 20th and that Microsoft Bing Search Engine have a free service that offers similar but not as good functionalities as Yahoo Boss…
Diosney
  • 10,520
  • 15
  • 66
  • 111
4
votes
3 answers

Bing search API - How to localize results?

How can I use Slovenian search results by default? Our server has German IP and Bing API automatically shows German results first. I have already tried some of the parameters as described in documentation and none of them worked so far. Thanks
Miha
  • 63
  • 4
4
votes
2 answers

Speech-to-text large audio files [Microsoft Speech API]

What is the best way to transcribe medium/large audio files, ~ 6-10 mins each file, using Microsoft Speech API? Something like batch audio files transcription? I have used the code provided in…
4
votes
1 answer

Bing web search API - limited number of records in result

I'm using Bing Web Search API v7, I'm sending following requests (selected…
4
votes
2 answers

Bing Maps V8 -Uncaught ReferenceError: Microsoft is not defined

I am using bing map in my application for searching. Bing map V8 control. I have used this CDN after that when I am…
yaswant singh
  • 349
  • 2
  • 17
4
votes
1 answer

How do I get PyAudio 0.2.11 version

When I run the bingtest.py, I am getting the error below. I have tried using the command sudo pip install PyAudio But it doesn't seem to work. Traceback (most recent call last): File "bingtest.py", line 8, in m = sr.Microphone() …
Mikasa
  • 321
  • 7
  • 16
4
votes
7 answers

How to remove %EF%BB%BF in a PHP string

I am trying to use the Microsoft Bing API. $data = file_get_contents("http://api.microsofttranslator.com/V2/Ajax.svc/Speak?appId=APPID&text={$text}&language=ja&format=audio/wav"); $data = stripslashes(trim($data)); The data returned has a ' '…
bbnn
  • 3,505
  • 10
  • 50
  • 68
4
votes
2 answers

Bing Image Search API v5 - contentURL Redirect

I hope you could help me, I'm trying to use the Bing Image Search API and everything is fine so far, there's just one thing that I don't understand, contentURL is a redirection, where should be the image url from the source website at least thats…
offlin3
  • 41
  • 1
4
votes
1 answer

How to use Bing Search Api using c#

I'd like to use Cognitive Services to use Bing Search APIs. I created Cog Services Account in Azure Portal and used the key listed in properties in my sample app. There are 2 keys which are listed Cognitive Services Account…
khar
  • 201
  • 4
  • 12
4
votes
1 answer

Error Using Drakma for the Bing Search API Common Lisp

I am building a program that uses Bing's search API and common lisp with the Drakma library to display some results but for some reason have an error when sending a longer length query It doesn't display any of the results at all. It works for…
phlie
  • 1,335
  • 3
  • 10
  • 19
4
votes
2 answers

How to avoid "505: HTTP Version not supported" error?

I am trying to use the Bing SOAP API for a simple search request. But now that I finally figured out how to send the request using JAX-WS, I am stuck again. I get the reply com.sun.xml.internal.ws.client.ClientTransportException: The server sent…
moxn
  • 1,790
  • 1
  • 15
  • 34
1 2
3
49 50