Page Summary
-
SummarizerOptions.InputType is an annotation that defines the type of input text for summarization.
-
The available input types are ARTICLE, for articles or long paragraphs, and CONVERSATION, for text formatted as dialogue between participants.
Type of input text.
Constant Summary
| int | ARTICLE | The input text is an article or long paragraphs. |
| int | CONVERSATION | The input text is a conversation. |
Inherited Method Summary
Constants
public static final int ARTICLE
The input text is an article or long paragraphs.
public static final int CONVERSATION
The input text is a conversation.
Each line of the text is a message from one participant, in the format of name: message.
Example:
user1: Hello user2: Hi user1: How are you? user2: Good, how are you?