Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 days ago.
Improve this question
How to contact the Microsoft CSGATE Team for approval status of Cognitive service activation application?
Here is the details for the process
Article: https://learn.microsoft.com/en-us/azure/cognitive-services/cognitive-services-limited-access
Registration Form: https://aka.ms/facerecognition
(I am aware that this is not a tech support question but I can't find a solution)
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I am a beginner to coding and currently I was exploring about how to add google sign in to my website. I came across many platforms such as google cloud , google developers, google developer console. So I request you to explain me all this in brief and also tell me if I use google developer console to add google sign in to my site will it be free???
Regarding to what GCP is, I'd suggest you to read this: https://cloud.google.com/.
Also, for Google Sign In, you could use Firebase Authentication, that would be free and definitely easier than GCP. Here some references: https://firebase.google.com/docs/auth/web/google-signin
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I haven't used Azure in ages, and the interface is new. I can't find a forum for Azure users either. My question is this - I have some audio files, and I'd like to use an automated Azure service that makes a transcript out of them.
Can anyone point me to instructions on how to do this?
Use Speech to Text (Cognitive Services) + the sdk of your favorite programming language.
You can find more information in the following links:
https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-to-text
https://github.com/Azure-Samples/cognitive-services-speech-sdk
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I integrated the dialogflow agent with Google Assistante and started the alpha version for testing, and after that all my agents disappeared from Dialogflow. There are no agents in the list of agents. I did not delete them. What do I need to do to fix this problem?
Google is reporting a technical outage with accessing agents and data in the Dialogflow console. It will be fixed quickly I'm sure (it's Google).
Please check the status here
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I need to integrate SecurePay with Kentico.I found this article related to custom gateways :
https://docs.kentico.com/k8/e-commerce-features/customizing-and-developing-your-store/e-commerce-customization-examples/creating-a-custom-payment-gateway
Is there any other approach to integrate gateways instead of using default supported by kentico ?
I am not sure what you are asking. The approach in the documentation is correct and you will have to write some custom code. If you are looking for a codeless solution, no there is not.
The Kentico documentation is well explained. This is the best method.
Otherwise you can download this plugin from the MarketPlace http://devnet.kentico.com/marketplace/e-commerce/securepay-payment-gateway-provider
and adapt it to your situation. I don't test it, but for you it could be a starting point.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I have created 2 community sites, and then a Community Portal, every things is OK except, in community portal home page, it keeps showing "There are currently no communities in this view." while there should be 2 portals there.
p.s. I though there might be some threshold for showing as active blog, since I have had some discussions in the portals to make them active, but nothing is changed.
How can I overcome this issue?
I found the solution, it was about search service application indexes. I set crawling rules and content via Central Administration --> Manage service applications --> Search Service Applications. Then I reset the index and re-crawl.
Thanks everybody