Class TextSpan
A span of text in the provided document.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class TextSpan : IDirectResponseSchema
Properties
BeginOffset
The unicode codepoint index of the beginning of this span.
Declaration
[JsonProperty("beginOffset")]
public virtual int? BeginOffset { get; set; }
Property Value
Type | Description |
---|---|
int? |
Content
The original text contained in this span.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |