For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

How Do I decode the FRAGMENT received from MRN whilst retrieving NewsTextAnalytics

news-text-analytics
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

Hello @nned ,

Please see the article Introduction to Machine Readable News with WebSocket API for the complete guidance and link to the examples.

To describe the approach in brief, one:

  1. Accumulates the fragments of a story till all fragments are received
  2. Concatenates the received fragments together
  3. And decodes the obtained whole story, rather then a single fragment.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.