public class GetSearchMatchesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetSearchMatchesOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
attributes()
Gets the attributes.
|
String |
corpus()
Gets the corpus.
|
List<String> |
cuis()
Gets the cuis.
|
String |
documentId()
Gets the documentId.
|
String |
fields()
Gets the fields.
|
Long |
limit()
Gets the limit.
|
Float |
minScore()
Gets the minScore.
|
GetSearchMatchesOptions.Builder |
newBuilder()
New builder.
|
List<String> |
nluRelations()
Gets the nluRelations.
|
String |
relatedTagBegin()
Gets the relatedTagBegin.
|
String |
relatedTagEnd()
Gets the relatedTagEnd.
|
String |
searchTagBegin()
Gets the searchTagBegin.
|
String |
searchTagEnd()
Gets the searchTagEnd.
|
List<String> |
text()
Gets the text.
|
List<String> |
types()
Gets the types.
|
List<String> |
values()
Gets the values.
|
public GetSearchMatchesOptions.Builder newBuilder()
public String corpus()
public String documentId()
public Float minScore()
public List<String> cuis()
public List<String> types()
public List<String> attributes()
public List<String> values()
public List<String> nluRelations()
public Long limit()
public String searchTagBegin()
public String searchTagEnd()
public String relatedTagBegin()
public String relatedTagEnd()
public String fields()
Copyright © 2021 IBM Cloud. All rights reserved.