RedactAnnotation public class RedactAnnotation : Annotation Documentation public long EndCharCount { get; } public string Label { get; } public long StartCharCount { get; } public RedactAnnotation(long StartCharCount, long EndCharCount, string Label)