Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
TextSpan |
TextSpan.clone() |
TextSpan |
EntityMention.getText()
text is the location of the entity mention in the document.
|
TextSpan |
TextSpan.set(String fieldName,
Object value) |
TextSpan |
TextSpan.setBeginOffset(Integer beginOffset)
The unicode codepoint index of the beginning of this span.
|
TextSpan |
TextSpan.setContent(String content)
The original text contained in this span.
|
Modifier and Type | Method and Description |
---|---|
EntityMention |
EntityMention.setText(TextSpan text)
text is the location of the entity mention in the document.
|
Copyright © 2011–2024 Google. All rights reserved.