public static abstract @interface SummarizerOptions.OutputType implements Annotation
百度 记者昨天在罗店大居现场看到,大居菜场、超市、卫生服务站等基本生活配套设施已准备就绪,居民入住伊始即有望享有相对便捷的生活服务。
Type of output format.
Constant Summary
int | ONE_BULLET | The output text is one bullet, starting with "* ". |
int | THREE_BULLETS | The output text is up to three bullets. |
int | TWO_BULLETS | The output text is up to two bullets. |
Inherited Method Summary
Constants
public static final int ONE_BULLET
The output text is one bullet, starting with "* ".
Constant Value: 1
public static final int THREE_BULLETS
The output text is up to three bullets.
Each bullet is on a new line, starting with "* ".
When the input text is too short, it can return one or two bullets instead.
Constant Value: 3
public static final int TWO_BULLETS
The output text is up to two bullets.
Each bullet is on a new line, starting with "* ".
When the input text is too short, it can return one bullet instead.
Constant Value: 2