public class RuntimeEntity
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RuntimeEntity.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Double | confidence()Gets the confidence. | 
| java.lang.String | entity()Gets the entity. | 
| java.util.List<CaptureGroup> | groups()Gets the groups. | 
| java.util.List<java.lang.Long> | location()Gets the location. | 
| java.util.Map<java.lang.String,java.lang.Object> | metadata()Gets the metadata. | 
| RuntimeEntity.Builder | newBuilder()New builder. | 
| java.lang.String | value()Gets the value. | 
public RuntimeEntity.Builder newBuilder()
public java.lang.String entity()
public java.util.List<java.lang.Long> location()
public java.lang.String value()
public java.lang.Double confidence()
public java.util.Map<java.lang.String,java.lang.Object> metadata()
public java.util.List<CaptureGroup> groups()