List Structures
These data structures are used by Salience when there are numerous items to be contained. This is returned in a list format.
ModelSmokeTestList
Attribute | Description |
---|---|
| A pointer to the first ModelSmokeTestEntry structure in the list |
| The number of ModelSmokeTestEntry structures in the list |
This structure is created by lxaRunModelSmokeTest.
OCRCharacterAttributeList
Attribute | Description |
---|---|
| A pointer to the first OCRCharacterAttribute structure in the list |
| The number of OCRCharacterAttribute structures in the list |
This structure is created by lxaCorrectOCRErrors.
SalienceCollectionEntityList
Attribute | Description |
---|---|
| A pointer to the first SalienceCollectionEntity structure in the list |
| The number of SalienceCollectionEntity structures in the list |
This structure is created by lxaGetCollectionEntities
SalienceEntityList
Attribute | Description |
---|---|
| A pointer to the first SalienceEntity structure in the list |
| The number of SalienceEntity structures in the list |
This structure is created by lxaGetNamedEntities, lxaGetUserDefinedEntities
SalienceEntityAttributeList
Attribute | Description |
---|---|
| A pointer to the first SalienceEntityAttribute structure in the list |
| The number of SalienceEntityAttribute structures in the list |
| A JSON representation of the array of SalienceEntityAttribute structures in |
SalienceRelatedEntityList
Attribute | Description |
---|---|
| A pointer to the first SalienceRelatedEntity structure in the list |
| The number of SalienceRelatedEntity structures in the list |
This structure is created by lxaGetNamedEntities, lxaGetUserDefinedEntities
SalienceFacetList
Attribute | Description |
---|---|
| A pointer to the first SalienceFacet structure in the list |
| The number of SalienceFacet structures in the list |
This structure is created by lxaGetCollectionFacets
SalienceIntentionList
Attribute | Description |
---|---|
| A pointer to the first SalienceIntention structure in the list |
| The number of SalienceIntention structures in the list |
SalienceMentionList
Attribute | Description |
---|---|
| A pointer to the first SalienceMention structure in the list |
| The number of SalienceMention structures in the list |
SalienceOpinionList
Attribute | Description |
---|---|
| A pointer to the first SalienceOpinion structure in the list |
| The number of SalienceOpinion structures in the list |
This structure is created by lxaGetNamedEntityOpinions, lxaGetUserEntityOpinions
SaliencePhraseList
Attribute | Description |
---|---|
| A pointer to the first SaliencePhrase structure in the list |
| The number of SaliencePhrase structures in the list |
SalienceRelationList
Attribute | Description |
---|---|
| A pointer to the first SalienceRelation structure in the list |
| The number of SalienceRelation structures in the list |
This structure is created by lxaGetNamedEntityRelationships, lxaGetUserEntityRelationships
SalienceRowList
Attribute | Description |
---|---|
| The number of SalienceRow structures in the list |
| A pointer to the first SalienceDocument structure in the list |
SalienceSentimentPhraseList
Attribute | Description |
---|---|
| A pointer to the first SalienceSentimentPhrase structure in the list |
| The number of SalienceSentimentPhrase structures in the list |
SalienceThemeList
Attribute | Description |
---|---|
| A pointer to the first SalienceTheme structure in the list |
| The number of SalienceTheme structures in the list |
This structure is created by lxaGetThemes, lxaGetCollectionThemes
SalienceTokenList
Attribute | Description |
---|---|
| A pointer to the first SalienceToken structure in the list |
| The number of SalienceToken structures in the list |
SalienceTopicList
Attribute | Description |
---|---|
| A pointer to the first SalienceTopic structure in the list |
| The number of SalienceTopic structures in the list |
This structure is created by lxaGetQueryDefinedTopics, lxaGetConceptDefinedTopics, lxaGetCollectionQueryDefinedTopics, lxaGetCollectionConceptDefinedTopics
Updated 4 months ago