简体   繁体   English

Amazon Rekognition文本检测

[英]Amazon Rekognition Text detection

I've been unable to find the URL to make the API call for AWS Rekognition for text detection. 我一直无法找到URL以进行AWS Rekognition的API调用以进行文本检测。 I found this documentation for headers and parameters to be sent, but there is no Base URL mentioned in the post. 我找到了要发送的标题和参数的文档,但帖子中未提及基本URL。

Is it available somewhere else? 它在其他地方可用吗?

You should use an AWS SDK to access services. 您应该使用AWS开发工具包访问服务。

Here is an example using the AWS Command-Line Interface (CLI) : 这是使用AWS命令行界面(CLI)的示例:

aws rekognition detect-text --image 'S3Object={Bucket=my-bucket,Name=foo.jpg}'

You can make similar calls using an SDK for your favourite programming language. 您可以使用您喜欢的编程语言的SDK进行类似的调用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM