| Package | Description |
|---|---|
| com.google.api.services.healthcare.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.clone() |
Finding |
Finding.set(String fieldName,
Object value) |
Finding |
Finding.setEnd(Long end)
Zero-based ending index of the found text, exclusively.
|
Finding |
Finding.setInfoType(String infoType)
The type of information stored in this text range.
|
Finding |
Finding.setQuote(String quote)
The snippet of the sensitive text.
|
Finding |
Finding.setStart(Long start)
Zero-based starting index of the found text, inclusively.
|
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
Detail.getFindings() |
| Modifier and Type | Method and Description |
|---|---|
Detail |
Detail.setFindings(List<Finding> findings) |
Copyright © 2011–2025 Google. All rights reserved.