- API ›
- Constructors ›
- AiComposeToneExample
AiComposeToneExample
---types--- aiComposeToneExample#f1d628ec from:TextWithEntities to:TextWithEntities = AiComposeToneExample
Belongs to
| AiComposeToneExample |
In Rust this constructor is a variant of the enums::AiComposeToneExample enum.
Match on it with: if let enums::AiComposeToneExample::AiComposeToneExample(v) = result { ... }
Parameters
| from | TextWithEntities | required |
| to | TextWithEntities | required |