我正在考虑使用Azure Custom Decision Service功能,但我将向项目提供元素中嵌入ATOM提要的所有数据,而没有可通过浏览器访问的可爬网URL。该服务可以用于这种类型的配置吗?还是元素必须是可爬网的?很难找到将在线服务与新闻聚合无关的示例。
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Feed Name</title>
<link href=""/>
<updated>2003-12-13T18:30:02Z</updated>
<id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
SKIP
<category term="Category"/>
<subtitle>Description</subtitle>
<entry>
<title>Item1 Item2</title>
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<updated>2003-12-13T18:30:02Z</updated>
<content>text or html content</content>
<category term="category1"/>
</entry>
</feed>