namespace RomajiConverter.Core.Options { public class ToRomajiOptions { public float ChineseRate { get; set; } = 1f; public bool IsParticleAsPronunciation { get; set; } = true; } }