# TextWithoutCharacterName

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

## Summary

The underlying `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.0/api/csharp/yarn.unity/yarn.unity.localizedline/yarn.unity.localizedline.text) .
