Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
static MetaInfo.Builder |
MetaInfo.builder()
Create a new builder.
|
MetaInfo.Builder |
MetaInfo.Builder.copy(MetaInfo model) |
MetaInfo.Builder |
MetaInfo.Builder.length(Integer length)
Length of entity text.
|
MetaInfo.Builder |
MetaInfo.Builder.offset(Integer offset)
The number of Unicode code points preceding this entity in the submitted text.
|
MetaInfo.Builder |
MetaInfo.Builder.score(Double score)
Score or confidence for detected entity.
|
MetaInfo.Builder |
MetaInfo.Builder.subType(String subType)
Sub-type of entity text like GPE for LOCATION type.
|
MetaInfo.Builder |
MetaInfo.Builder.text(String text)
Entity text like name of person, location, and so on.
|
MetaInfo.Builder |
MetaInfo.toBuilder() |
Copyright © 2016–2024. All rights reserved.