StateID

The IDs of one or more state tokens (created earlier by using the StoreState parameter with the Query action) that list the documents that you want to summarize. Separate multiple state tokens with commas. There must be no space before or after a comma.

If you specify the token ID only, the action summarizes all documents listed in the token. If you add a (zero-based) index range, or individual numbers separated by plus symbols (+), in square brackets after the token ID, the action summarizes only that range or set of documents.

NOTE: When you specify documents or document ranges, you must list the entries in increasing numerical order.

Actions: Summarize
Type: String
Default:  
Example: Summarize the content of all the documents listed in the state token B8UGIK95FKJG-23:
StateID=B8UGIK95FKJG-23

Summarize the content of the first 12 documents, plus the fourteenth and sixteenth documents, listed in the state token B8UGIK95FKJG-23:
StateID=B8UGIK95FKJG-23[0-11+13+15]
See Also: StoreState