public static abstract @interface RewriterOptions.OutputType implements Annotation
Specifies the style of output for rewriting.
Constant Summary
int | ELABORATE | Elaborates the input text. |
int | EMOJIFY | Inserts appropriate emojis in the input text. |
int | FRIENDLY | Makes the input text more friendly. |
int | PROFESSIONAL | Makes the input text more professional. |
int | REPHRASE | Rephrases the input text. |
int | SHORTEN | Shortens the input text. |
Inherited Method Summary
Constants
public static final int ELABORATE
Elaborates the input text.
Constant Value: 1
public static final int EMOJIFY
Inserts appropriate emojis in the input text.
Constant Value: 2
public static final int FRIENDLY
Makes the input text more friendly.
Constant Value: 4
public static final int PROFESSIONAL
Makes the input text more professional.
Constant Value: 5
public static final int REPHRASE
Rephrases the input text.
Constant Value: 6
public static final int SHORTEN
Shortens the input text.
Constant Value: 3