public static abstract @interface SummarizerOptions.InputType implements Annotation
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.
Constant Value: 1
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?
Constant Value: 2