# TextWithoutCharacterName

Property in [LocalizedLine](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.unity/yarn.unity.localizedline)

## Summary

The underlying [MarkupParseResult](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.markup/yarn.markup.markupparseresult) for this line, with any `character` attribute removed.

```csharp
public Markup.MarkupParseResult TextWithoutCharacterName
{
            get; }
```

## Remarks

If the line has no `character` attribute, this method returns the same value as [Text](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.unity/yarn.unity.localizedline/yarn.unity.localizedline.text) .
