interface Text {
    annotations: Annotation[];
    value: string;
}

Properties

Properties

annotations: Annotation[]
value: string

The data that makes up the text.