AI-generated Key Takeaways
-
RewriterOptions.OutputType specifies the style of output for rewriting.
-
Available output types include ELABORATE, EMOJIFY, FRIENDLY, PROFESSIONAL, REPHRASE, and SHORTEN.
-
These constants provide different ways to transform input text, such as adding emojis, changing the tone, or adjusting the length.
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.
public static final int EMOJIFY
Inserts appropriate emojis in the input text.
public static final int FRIENDLY
Makes the input text more friendly.
public static final int PROFESSIONAL
Makes the input text more professional.
public static final int REPHRASE
Rephrases the input text.
public static final int SHORTEN
Shortens the input text.