Skip navigation links
A B C D E F G H I L M N O P R S T V 

A

AccuracyMode - Enum in com.basistech.rosette.apimodel
Rosette API relationship accuracy mode

B

build() - Method in class com.basistech.rosette.apimodel.CategoriesRequest.Builder
 
build() - Method in class com.basistech.rosette.apimodel.EntitiesRequest.Builder
 
build() - Method in class com.basistech.rosette.apimodel.LanguageRequest.Builder
 
build() - Method in class com.basistech.rosette.apimodel.LinkedEntitiesRequest.Builder
 
build() - Method in class com.basistech.rosette.apimodel.MorphologyRequest.Builder
 
build() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
 
build() - Method in class com.basistech.rosette.apimodel.RelationshipsRequest.Builder
 
build() - Method in class com.basistech.rosette.apimodel.Request.Builder
Construct the request object.
build() - Method in class com.basistech.rosette.apimodel.SentencesRequest.Builder
 
build() - Method in class com.basistech.rosette.apimodel.SentimentRequest.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.CategoriesRequest.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.EntitiesRequest.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.LanguageRequest.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.LinkedEntitiesRequest.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.MorphologyRequest.Builder
 
Builder(String, LanguageCode) - Constructor for class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.RelationshipsRequest.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.Request.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.SentencesRequest.Builder
 
Builder() - Constructor for class com.basistech.rosette.apimodel.SentimentRequest.Builder
 

C

CategoriesOptions - Class in com.basistech.rosette.apimodel
Categorization options
CategoriesOptions() - Constructor for class com.basistech.rosette.apimodel.CategoriesOptions
Create a set of categorization options with default values.
CategoriesOptions(Boolean, Integer) - Constructor for class com.basistech.rosette.apimodel.CategoriesOptions
constructor for CategoriesOptions
CategoriesRequest - Class in com.basistech.rosette.apimodel
Class that represents the data from a categorization request
CategoriesRequest(LanguageCode, Object, String, String, CategoriesOptions) - Constructor for class com.basistech.rosette.apimodel.CategoriesRequest
Constructor for CategoriesRequest
CategoriesRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for CategoriesRequest.
CategoriesResponse - Class in com.basistech.rosette.apimodel
Simple api response data model for categorization
CategoriesResponse(List<Label>) - Constructor for class com.basistech.rosette.apimodel.CategoriesResponse
Constructor for CategoriesResponse
com.basistech.rosette.apimodel - package com.basistech.rosette.apimodel
The classes in this package make up the data model for simple requests and responses to the Rosette API.
ConstantsResponse - Class in com.basistech.rosette.apimodel
Data from informational request such as version, build, and support info
ConstantsResponse(String, String, Object) - Constructor for class com.basistech.rosette.apimodel.ConstantsResponse
Constructor for ConstantsResponse
content - Variable in class com.basistech.rosette.apimodel.Request.Builder
 
content(String) - Method in class com.basistech.rosette.apimodel.Request.Builder
Set the content for this request as a string of plain text.
contentBytes(byte[], String) - Method in class com.basistech.rosette.apimodel.Request.Builder
Specify the content as bytes with a content type.
contentBytes(InputStream, String) - Method in class com.basistech.rosette.apimodel.Request.Builder
Specify the content as bytes with a content type.
contentBytes() - Method in class com.basistech.rosette.apimodel.Request.Builder
 
contentString() - Method in class com.basistech.rosette.apimodel.Request.Builder
 
contentType - Variable in class com.basistech.rosette.apimodel.Request.Builder
 
contentType() - Method in class com.basistech.rosette.apimodel.Request.Builder
 
contentUri - Variable in class com.basistech.rosette.apimodel.Request.Builder
 
contentUri(String) - Method in class com.basistech.rosette.apimodel.Request.Builder
Set the content for this request to be the URI of data to download.
contentUri() - Method in class com.basistech.rosette.apimodel.Request.Builder
 

D

DEFAULT_OPTIONS - Static variable in class com.basistech.rosette.apimodel.EntitiesOptions
 

E

EntitiesOptions - Class in com.basistech.rosette.apimodel
Entity extraction options
EntitiesOptions() - Constructor for class com.basistech.rosette.apimodel.EntitiesOptions
Create a set of entity extraction options with default values.
EntitiesOptions(Boolean, Integer, EnumSet<ExtractionMethod>, Boolean, Boolean) - Constructor for class com.basistech.rosette.apimodel.EntitiesOptions
Constructor for EntitiesOptions
EntitiesRequest - Class in com.basistech.rosette.apimodel
Class that represents the data from an entity extraction request
EntitiesRequest(LanguageCode, Object, String, String, EntitiesOptions) - Constructor for class com.basistech.rosette.apimodel.EntitiesRequest
Constructor for EntitiesRequest
EntitiesRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for EntitiesRequest.
EntitiesResponse - Class in com.basistech.rosette.apimodel
Simple api response data model for entity extraction
EntitiesResponse(List<Entity>) - Constructor for class com.basistech.rosette.apimodel.EntitiesResponse
Constructor for EntitiesResponse
Entity - Class in com.basistech.rosette.apimodel
Entity extracted by the entity extractor
Entity(int, String, String, String, int) - Constructor for class com.basistech.rosette.apimodel.Entity
constructor for Entity
EntitySentiment - Class in com.basistech.rosette.apimodel
Per-entity sentiment info.
EntitySentiment(String, String, String, Label) - Constructor for class com.basistech.rosette.apimodel.EntitySentiment
 
entityType(String) - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
Specify the type of name (e.g.
entityType() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
 
equals(Object) - Method in class com.basistech.rosette.apimodel.CategoriesOptions
if the param is a CategoriesOptions, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.CategoriesRequest
if the param is a CategoriesRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.CategoriesResponse
if the param is a CategoriesResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.ConstantsResponse
if the param is a ConstantsResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.EntitiesOptions
if the param is a EntitiesOptions, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.EntitiesRequest
if the param is a EntitiesRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.EntitiesResponse
if the param is a EntitiesResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.Entity
if the param is a Entity, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.EntitySentiment
 
equals(Object) - Method in class com.basistech.rosette.apimodel.ErrorResponse
if the param is a ErrorResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.InfoResponse
if the param is a InfoResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.Label
if the param is a Category, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.LanguageDetectionResult
if the param is a LanguageDetectionResult, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.LanguageOptions
if the param is a LanguageOptions, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.LanguageRequest
if the param is a LanguageRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.LanguageResponse
if the param is a CategoriesResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.LanguageWeight
if the param is a LanguageWeight, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.LinkedEntitiesRequest
if the param is a MorphologyRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.LinkedEntitiesResponse
if the param is a LinkedEntityResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.LinkedEntity
if the param is a LinkedEntity, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.MorphologyOptions
if the param is a MorphologyOptions, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.MorphologyRequest
if the param is a MorphologyRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.MorphologyResponse
 
equals(Object) - Method in class com.basistech.rosette.apimodel.Name
if the param is a Name, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.NameSimilarityRequest
if the param is a NameMatchingRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.NameSimilarityResponse
 
equals(Object) - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
if the param is a NameTranslationRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
if the param is a translated name result, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.PingResponse
if the param is a PingResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.Relationship
if the param is a Relationship, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.RelationshipsOptions
if the param is a RelationshipOptions, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.RelationshipsRequest
if the param is a RelationsipsRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.RelationshipsResponse
if the param is a RelationshipsResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.Request
if the param is a Request, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.SentencesResponse
if the param is a SentencesResponse, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.SentimentOptions
 
equals(Object) - Method in class com.basistech.rosette.apimodel.SentimentRequest
if the param is a SentimentRequest, compare contents for equality
equals(Object) - Method in class com.basistech.rosette.apimodel.SentimentResponse
 
equals(Object) - Method in class com.basistech.rosette.apimodel.TokensResponse
if the param is a TokensResponse, compare contents for equality
ErrorResponse - Class in com.basistech.rosette.apimodel
Rosette API response error data
ErrorResponse(String, String) - Constructor for class com.basistech.rosette.apimodel.ErrorResponse
constructor for ErrorResponse
extendedInformation - Variable in class com.basistech.rosette.apimodel.Response
 
ExtractionMethod - Enum in com.basistech.rosette.apimodel
 

F

forValue(String) - Static method in enum com.basistech.rosette.apimodel.AccuracyMode
checks if value is a valid AccuracyMode enum

G

getAccuracyMode() - Method in class com.basistech.rosette.apimodel.RelationshipsOptions
get the accuracyMode to use for relationship extraction
getAdjuncts() - Method in class com.basistech.rosette.apimodel.Relationship
get a list of adjuncts
getAllowPartialGazetteerMatches() - Method in class com.basistech.rosette.apimodel.EntitiesOptions
get whether to allow partial gazetteer matches
getAmbiguityThreshold() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get the n-gram distance ambiguity threshold, value range [0-100].
getArg1() - Method in class com.basistech.rosette.apimodel.Relationship
 
getArg2() - Method in class com.basistech.rosette.apimodel.Relationship
 
getArg3() - Method in class com.basistech.rosette.apimodel.Relationship
 
getBuild() - Method in class com.basistech.rosette.apimodel.ConstantsResponse
get the Rosette API endpoint build
getBuildNumber() - Method in class com.basistech.rosette.apimodel.InfoResponse
get the build number
getBuildTime() - Method in class com.basistech.rosette.apimodel.InfoResponse
get the build time
getCategories() - Method in class com.basistech.rosette.apimodel.CategoriesResponse
get the list of categories
getCode() - Method in class com.basistech.rosette.apimodel.ErrorResponse
get the error code
getCompoundComponents() - Method in class com.basistech.rosette.apimodel.MorphologyResponse
 
getConfidence() - Method in class com.basistech.rosette.apimodel.Label
 
getConfidence() - Method in class com.basistech.rosette.apimodel.LanguageDetectionResult
get the detection confidence
getConfidence() - Method in class com.basistech.rosette.apimodel.LinkedEntity
get the confidence
getConfidence() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
get the confidence of the translation
getConfidence() - Method in class com.basistech.rosette.apimodel.Relationship
get the confidence
getContent() - Method in class com.basistech.rosette.apimodel.Request
get content to process if it's a String.
getContentBytes() - Method in class com.basistech.rosette.apimodel.Request
get the content as an array of bytes
getContentType() - Method in class com.basistech.rosette.apimodel.Request
get the content type
getContentUri() - Method in class com.basistech.rosette.apimodel.Request
get the URI to accessible content (content and contentURI are mutually exlcusive)
getCount() - Method in class com.basistech.rosette.apimodel.Entity
get the mention count
getDisambiguate() - Method in class com.basistech.rosette.apimodel.MorphologyOptions
get whether the linguistics analysis should disambiguate results
getDocument() - Method in class com.basistech.rosette.apimodel.SentimentResponse
 
getEncodingHint() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get encoding hint used to help resolve ambiguous results
getEncodingHintWeight() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get the encoding hint weight used to help resolve ambiguous results, value range [1-100].
getEntities() - Method in class com.basistech.rosette.apimodel.EntitiesResponse
get the list of extracted entities
getEntities() - Method in class com.basistech.rosette.apimodel.LinkedEntitiesResponse
get the list of resolved (against the knowledgebase) entites
getEntities() - Method in class com.basistech.rosette.apimodel.SentimentResponse
 
getEntityId() - Method in class com.basistech.rosette.apimodel.EntitySentiment
 
getEntityId() - Method in class com.basistech.rosette.apimodel.LinkedEntity
get the resolved entity id
getEntityType() - Method in class com.basistech.rosette.apimodel.Name
Gets the entity type of the name
getEntityType() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
get the entity type of the name
getExplain() - Method in class com.basistech.rosette.apimodel.CategoriesOptions
get whether to return explanation strings for each category returned
getExplanationCount() - Method in class com.basistech.rosette.apimodel.SentimentOptions
 
getExplanations() - Method in class com.basistech.rosette.apimodel.Label
get the list of explanation strings contributing to this label.
getExtendedInformation() - Method in class com.basistech.rosette.apimodel.Response
 
getExtractionMethods() - Method in class com.basistech.rosette.apimodel.EntitiesOptions
get the set of active extraction methods
getHanReadings() - Method in class com.basistech.rosette.apimodel.MorphologyResponse
 
getIndocChainId() - Method in class com.basistech.rosette.apimodel.Entity
get the in-document entity chain id
getIndocChainId() - Method in class com.basistech.rosette.apimodel.LinkedEntity
get the in-document chain id
getInvalidityThreshold() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get the n-gram distance invalidity threshold, value range [0-100].
getLabel() - Method in enum com.basistech.rosette.apimodel.AccuracyMode
get the label
getLabel() - Method in class com.basistech.rosette.apimodel.Label
 
getLanguage() - Method in class com.basistech.rosette.apimodel.LanguageDetectionResult
get the detected language
getLanguage() - Method in class com.basistech.rosette.apimodel.LanguageWeight
get the language
getLanguage() - Method in class com.basistech.rosette.apimodel.Name
Gets the language of the name, LanguageCode
getLanguage() - Method in class com.basistech.rosette.apimodel.Request
get the language code
getLanguageDetections() - Method in class com.basistech.rosette.apimodel.LanguageResponse
get the list of detected languages
getLanguageHint() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get the language hint
getLanguageHintWeight() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get the language hint weight used to help resolve ambiguous results.
getLanguageWeightAdjustments() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get the set of language weight adjustments
getLemmas() - Method in class com.basistech.rosette.apimodel.MorphologyResponse
 
getLocatives() - Method in class com.basistech.rosette.apimodel.Relationship
get a list of locatives
getMaxEntityTokens() - Method in class com.basistech.rosette.apimodel.EntitiesOptions
get the max number of tokens allowed in an entity
getMention() - Method in class com.basistech.rosette.apimodel.Entity
get the mention text
getMention() - Method in class com.basistech.rosette.apimodel.EntitySentiment
 
getMention() - Method in class com.basistech.rosette.apimodel.LinkedEntity
get the mention text
getMessage() - Method in class com.basistech.rosette.apimodel.ErrorResponse
get the error message
getMessage() - Method in class com.basistech.rosette.apimodel.PingResponse
get the ping response message
getMinValidChars() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get minimum number of valid characters needed for identification
getName() - Method in class com.basistech.rosette.apimodel.InfoResponse
get the name
getName() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
get the name to be translated
getName1() - Method in class com.basistech.rosette.apimodel.NameSimilarityRequest
Gets the first name
getName2() - Method in class com.basistech.rosette.apimodel.NameSimilarityRequest
Gets the second name
getNormalized() - Method in class com.basistech.rosette.apimodel.Entity
get the normalized mention text
getNumCategories() - Method in class com.basistech.rosette.apimodel.CategoriesOptions
get max number of categories
getOptions() - Method in class com.basistech.rosette.apimodel.CategoriesRequest
get the categorization options
getOptions() - Method in class com.basistech.rosette.apimodel.EntitiesRequest
get the entity extraction options
getOptions() - Method in class com.basistech.rosette.apimodel.LanguageRequest
get the languages detection options
getOptions() - Method in class com.basistech.rosette.apimodel.MorphologyRequest
get the base linguistics options
getOptions() - Method in class com.basistech.rosette.apimodel.RelationshipsRequest
get the relationship options
getOptions() - Method in class com.basistech.rosette.apimodel.SentimentRequest
get the sentiment options
getPartOfSpeechTagSet() - Method in class com.basistech.rosette.apimodel.MorphologyOptions
 
getPosTags() - Method in class com.basistech.rosette.apimodel.MorphologyResponse
 
getPredicate() - Method in class com.basistech.rosette.apimodel.Relationship
get the relationship predicate
getProfileDepth() - Method in class com.basistech.rosette.apimodel.LanguageOptions
get the most frequent n-grams to consider in detection.
getQuery() - Method in class com.basistech.rosette.apimodel.MorphologyOptions
Request query processing.
getRawContent() - Method in class com.basistech.rosette.apimodel.Request
 
getRedactorPreferLength() - Method in class com.basistech.rosette.apimodel.EntitiesOptions
get whether to prefer length over weights for redaction
getRelationships() - Method in class com.basistech.rosette.apimodel.RelationshipsResponse
get the list of extracted relationships
getResolveNamedEntities() - Method in class com.basistech.rosette.apimodel.EntitiesOptions
get the resolve in-document named entities
getScore() - Method in class com.basistech.rosette.apimodel.NameSimilarityResponse
Gets the name similarity result
getScript() - Method in class com.basistech.rosette.apimodel.LanguageWeight
get the script
getScript() - Method in class com.basistech.rosette.apimodel.Name
Gets the script of the name, ISO15924
getSentences() - Method in class com.basistech.rosette.apimodel.SentencesResponse
get the list of sentences
getSentiment() - Method in class com.basistech.rosette.apimodel.EntitySentiment
 
getSourceLanguageOfOrigin() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
get the code for the name's language of origin
getSourceLanguageOfOrigin() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
get the code for the name's language of origin
getSourceLanguageOfUse() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
get the code for the name's language of use
getSourceLanguageOfUse() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
get the code for the name's language of use
getSourceScript() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
get the code for the name's script
getSourceScript() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
get the code for the script of the name to translate
getSupport() - Method in class com.basistech.rosette.apimodel.ConstantsResponse
get support
getTargetLanguage() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
get code for the translation language
getTargetLanguage() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
get the code for the translation language
getTargetScheme() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
get the transliteration scheme for the translation
getTargetScheme() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
get the transliteration scheme for the translation
getTargetScript() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
get the code for the target script
getTargetScript() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
get the code for the translation script
getTemporals() - Method in class com.basistech.rosette.apimodel.Relationship
get a list of temporals
getText() - Method in class com.basistech.rosette.apimodel.Name
Gets the name
getThis() - Method in class com.basistech.rosette.apimodel.CategoriesRequest.Builder
 
getThis() - Method in class com.basistech.rosette.apimodel.EntitiesRequest.Builder
 
getThis() - Method in class com.basistech.rosette.apimodel.LanguageRequest.Builder
 
getThis() - Method in class com.basistech.rosette.apimodel.LinkedEntitiesRequest.Builder
 
getThis() - Method in class com.basistech.rosette.apimodel.MorphologyRequest.Builder
 
getThis() - Method in class com.basistech.rosette.apimodel.RelationshipsRequest.Builder
 
getThis() - Method in class com.basistech.rosette.apimodel.Request.Builder
 
getThis() - Method in class com.basistech.rosette.apimodel.SentencesRequest.Builder
 
getThis() - Method in class com.basistech.rosette.apimodel.SentimentRequest.Builder
 
getTime() - Method in class com.basistech.rosette.apimodel.PingResponse
get the ping response timestamp
getTokens() - Method in class com.basistech.rosette.apimodel.MorphologyResponse
 
getTokens() - Method in class com.basistech.rosette.apimodel.TokensResponse
get the list of tokens
getTranslation() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
get the translation
getType() - Method in class com.basistech.rosette.apimodel.Entity
get the entity type
getType() - Method in class com.basistech.rosette.apimodel.EntitySentiment
 
getVersion() - Method in class com.basistech.rosette.apimodel.ConstantsResponse
get the Rosette API endpoint version
getVersion() - Method in class com.basistech.rosette.apimodel.InfoResponse
get the version
getWeight() - Method in class com.basistech.rosette.apimodel.LanguageWeight
get the weight used to resolve ambiguous results

H

hashCode() - Method in class com.basistech.rosette.apimodel.CategoriesOptions
 
hashCode() - Method in class com.basistech.rosette.apimodel.CategoriesRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.CategoriesResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.ConstantsResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.EntitiesOptions
 
hashCode() - Method in class com.basistech.rosette.apimodel.EntitiesRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.EntitiesResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.Entity
 
hashCode() - Method in class com.basistech.rosette.apimodel.EntitySentiment
 
hashCode() - Method in class com.basistech.rosette.apimodel.ErrorResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.InfoResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.Label
 
hashCode() - Method in class com.basistech.rosette.apimodel.LanguageDetectionResult
 
hashCode() - Method in class com.basistech.rosette.apimodel.LanguageOptions
 
hashCode() - Method in class com.basistech.rosette.apimodel.LanguageRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.LanguageResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.LanguageWeight
 
hashCode() - Method in class com.basistech.rosette.apimodel.LinkedEntitiesRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.LinkedEntitiesResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.LinkedEntity
 
hashCode() - Method in class com.basistech.rosette.apimodel.MorphologyOptions
 
hashCode() - Method in class com.basistech.rosette.apimodel.MorphologyRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.MorphologyResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.Name
 
hashCode() - Method in class com.basistech.rosette.apimodel.NameSimilarityRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.NameSimilarityResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.NameTranslationResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.PingResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.Relationship
 
hashCode() - Method in class com.basistech.rosette.apimodel.RelationshipsOptions
 
hashCode() - Method in class com.basistech.rosette.apimodel.RelationshipsRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.RelationshipsResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.Request
 
hashCode() - Method in class com.basistech.rosette.apimodel.SentencesResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.SentimentOptions
 
hashCode() - Method in class com.basistech.rosette.apimodel.SentimentRequest
 
hashCode() - Method in class com.basistech.rosette.apimodel.SentimentResponse
 
hashCode() - Method in class com.basistech.rosette.apimodel.TokensResponse
 

I

InfoResponse - Class in com.basistech.rosette.apimodel
Rosette API information
InfoResponse(String, String, String, String, Boolean) - Constructor for class com.basistech.rosette.apimodel.InfoResponse
constructor for InfoResponse
isVersionChecked() - Method in class com.basistech.rosette.apimodel.InfoResponse
is client version checked to be compatible

L

Label - Class in com.basistech.rosette.apimodel
Sentiment Analysis and Categorization return labels.
Label(String, Double, List<String>) - Constructor for class com.basistech.rosette.apimodel.Label
Constructor for Category
language - Variable in class com.basistech.rosette.apimodel.Request.Builder
 
language(LanguageCode) - Method in class com.basistech.rosette.apimodel.Request.Builder
Set the language of the input.
LanguageDetectionResult - Class in com.basistech.rosette.apimodel
Language detection result
LanguageDetectionResult(LanguageCode, Double) - Constructor for class com.basistech.rosette.apimodel.LanguageDetectionResult
Constructor for LanguageDetectionResult
LanguageOptions - Class in com.basistech.rosette.apimodel
Languages detection options
LanguageOptions() - Constructor for class com.basistech.rosette.apimodel.LanguageOptions
Create a set of language detection options with default values.
LanguageOptions(Integer, Integer, Double, Double, LanguageCode, Double, EncodingCode, Double, Set<LanguageWeight>) - Constructor for class com.basistech.rosette.apimodel.LanguageOptions
constructor for LanguageOptions
LanguageRequest - Class in com.basistech.rosette.apimodel
Data from a RosetteAPI client languages detection request
LanguageRequest(Object, String, String, LanguageOptions) - Constructor for class com.basistech.rosette.apimodel.LanguageRequest
constructor for LanguageRequest
LanguageRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for LanguageRequest.
LanguageResponse - Class in com.basistech.rosette.apimodel
Simple api response data model for Rli
LanguageResponse(List<LanguageDetectionResult>) - Constructor for class com.basistech.rosette.apimodel.LanguageResponse
constructor for LanguageResponse
LanguageWeight - Class in com.basistech.rosette.apimodel
language weight used to resolve ambiguous results
LanguageWeight(LanguageCode, ISO15924, Integer) - Constructor for class com.basistech.rosette.apimodel.LanguageWeight
constructor for LanguageWeight
LanguageWeight(LanguageCode, Integer) - Constructor for class com.basistech.rosette.apimodel.LanguageWeight
constructor for LanguageWeight
LinkedEntitiesRequest - Class in com.basistech.rosette.apimodel
Class that represents the data from an entity resolution request
LinkedEntitiesRequest(LanguageCode, Object, String, String) - Constructor for class com.basistech.rosette.apimodel.LinkedEntitiesRequest
constructor for LinkedEntityRequest
LinkedEntitiesRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for LinkedEntitiesRequest.
LinkedEntitiesResponse - Class in com.basistech.rosette.apimodel
Simple api response data model for entity resolver
LinkedEntitiesResponse(List<LinkedEntity>) - Constructor for class com.basistech.rosette.apimodel.LinkedEntitiesResponse
constructor for LinkedEntityResponse
LinkedEntity - Class in com.basistech.rosette.apimodel
Entity linked against a knowledge base (default is Wikipedia)
LinkedEntity(String, int, String, Double) - Constructor for class com.basistech.rosette.apimodel.LinkedEntity
constructor for LinkedEntity

M

MorphologyOptions - Class in com.basistech.rosette.apimodel
Morphology options
MorphologyOptions() - Constructor for class com.basistech.rosette.apimodel.MorphologyOptions
Create a set of morphology options with default values.
MorphologyOptions(Boolean, Boolean, PartOfSpeechTagSet) - Constructor for class com.basistech.rosette.apimodel.MorphologyOptions
constructor for MorphologyOptions
MorphologyRequest - Class in com.basistech.rosette.apimodel
Input parameters for the morphology endpoint.
MorphologyRequest(LanguageCode, Object, String, String, MorphologyOptions) - Constructor for class com.basistech.rosette.apimodel.MorphologyRequest
constructor for MorphologyRequest
MorphologyRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for MorphologyRequest.
MorphologyResponse - Class in com.basistech.rosette.apimodel
Simple API response data model returned by MorphologyRequest
MorphologyResponse(List<String>, List<String>, List<String>, List<List<String>>, List<List<String>>) - Constructor for class com.basistech.rosette.apimodel.MorphologyResponse
Construct response.

N

Name - Class in com.basistech.rosette.apimodel
Class that represents a name.
Name(String, String, ISO15924, LanguageCode) - Constructor for class com.basistech.rosette.apimodel.Name
Constructor for Name
Name(String) - Constructor for class com.basistech.rosette.apimodel.Name
Constructor for Name with default entityType PERSON, unknown script and unknown language
NameSimilarityRequest - Class in com.basistech.rosette.apimodel
Request object for name-similarity.
NameSimilarityRequest(Name, Name) - Constructor for class com.basistech.rosette.apimodel.NameSimilarityRequest
Constructor for NameMatchingRequest
NameSimilarityResponse - Class in com.basistech.rosette.apimodel
Response data model for comparison of two names.
NameSimilarityResponse(Double) - Constructor for class com.basistech.rosette.apimodel.NameSimilarityResponse
Constructor for NameMatchingResponse
NameTranslationRequest - Class in com.basistech.rosette.apimodel
Class that represents the data from a name translation request
NameTranslationRequest(String, String, ISO15924, LanguageCode, LanguageCode, LanguageCode, ISO15924, TransliterationScheme) - Constructor for class com.basistech.rosette.apimodel.NameTranslationRequest
constructor for NameTranslationRequest
NameTranslationRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for NameTranslationRequest.
NameTranslationResponse - Class in com.basistech.rosette.apimodel
name translation result
NameTranslationResponse(ISO15924, LanguageCode, LanguageCode, String, LanguageCode, ISO15924, TransliterationScheme, Double) - Constructor for class com.basistech.rosette.apimodel.NameTranslationResponse
constructor for TranslatedNamesResult

O

options - Variable in class com.basistech.rosette.apimodel.Request.Builder
 
options(O) - Method in class com.basistech.rosette.apimodel.Request.Builder
Set the options for this request.
options() - Method in class com.basistech.rosette.apimodel.Request.Builder
 

P

PingResponse - Class in com.basistech.rosette.apimodel
Response ping data
PingResponse(String, long) - Constructor for class com.basistech.rosette.apimodel.PingResponse
constructor for PingResponse

R

Relationship - Class in com.basistech.rosette.apimodel
Relationship extracted by the relationship extractor
Relationship(String, String, String, String, List<String>, List<String>, List<String>, Double) - Constructor for class com.basistech.rosette.apimodel.Relationship
constructor for Relationship
RelationshipsOptions - Class in com.basistech.rosette.apimodel
Relationship extraction options
RelationshipsOptions() - Constructor for class com.basistech.rosette.apimodel.RelationshipsOptions
Create a set of relationship extraction options with default values.
RelationshipsOptions(AccuracyMode) - Constructor for class com.basistech.rosette.apimodel.RelationshipsOptions
constructor for RelationshipOptions
RelationshipsRequest - Class in com.basistech.rosette.apimodel
Class that represents the data from an relationship extraction request
RelationshipsRequest(LanguageCode, Object, String, String, RelationshipsOptions) - Constructor for class com.basistech.rosette.apimodel.RelationshipsRequest
Constructor for RelationsipsRequest
RelationshipsRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for RelationshipsRequest.
RelationshipsResponse - Class in com.basistech.rosette.apimodel
Simple api response data model for relationship extraction
RelationshipsResponse(List<Relationship>) - Constructor for class com.basistech.rosette.apimodel.RelationshipsResponse
Constructor for EntitiesResponse
Request - Class in com.basistech.rosette.apimodel
This class represents the common information for all document processing requests to the Rosette API.
Request(LanguageCode, Object, String, String) - Constructor for class com.basistech.rosette.apimodel.Request
Constructor for Request
Request.Builder<T extends Request,O,B extends Request.Builder<T,O,B>> - Class in com.basistech.rosette.apimodel
Base class for builders for the request objects.
Response - Class in com.basistech.rosette.apimodel
Base class for all responses.
Response() - Constructor for class com.basistech.rosette.apimodel.Response
 

S

SentencesRequest - Class in com.basistech.rosette.apimodel
Input data for the sentences endpoint.
SentencesRequest(LanguageCode, Object, String, String) - Constructor for class com.basistech.rosette.apimodel.SentencesRequest
Constructor for Request Fields for the three ways content can come in: 1.
SentencesRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for SentencesRequest.
SentencesResponse - Class in com.basistech.rosette.apimodel
Simple api response data model for sentence determination requests
SentencesResponse(List<String>) - Constructor for class com.basistech.rosette.apimodel.SentencesResponse
constructor for SentencesResponse
SentimentOptions - Class in com.basistech.rosette.apimodel
Sentiment options.
SentimentOptions() - Constructor for class com.basistech.rosette.apimodel.SentimentOptions
Create a set of sentiment analysis options with default values.
SentimentRequest - Class in com.basistech.rosette.apimodel
Class that represents the data from a sentiment analysis request
SentimentRequest(LanguageCode, Object, String, String, SentimentOptions) - Constructor for class com.basistech.rosette.apimodel.SentimentRequest
constructor for SentimentRequest
SentimentRequest.Builder - Class in com.basistech.rosette.apimodel
Fluent builder class for MorphologyRequest.
SentimentResponse - Class in com.basistech.rosette.apimodel
Information returned from the sentiment endpoint.
SentimentResponse(Label, Collection<EntitySentiment>) - Constructor for class com.basistech.rosette.apimodel.SentimentResponse
 
setAccuracyMode(AccuracyMode) - Method in class com.basistech.rosette.apimodel.RelationshipsOptions
set the accuracyMode to use for relationship extraction
setAllowPartialGazetteerMatches(Boolean) - Method in class com.basistech.rosette.apimodel.EntitiesOptions
set whether to allow partial gazetteer matches
setAmbiguityThreshold(Double) - Method in class com.basistech.rosette.apimodel.LanguageOptions
set the n-gram distance ambiguity threshold, value range [0-100].
setCode(String) - Method in class com.basistech.rosette.apimodel.ErrorResponse
 
setDisambiguate(Boolean) - Method in class com.basistech.rosette.apimodel.MorphologyOptions
set whether the linguistics analysis should disambiguate results
setEncodingHint(EncodingCode) - Method in class com.basistech.rosette.apimodel.LanguageOptions
set encoding hint used to help resolve ambiguous results
setEncodingHintWeight(double) - Method in class com.basistech.rosette.apimodel.LanguageOptions
set the encoding hint weight used to help resolve ambiguous results, value range [1-100].
setEntityType(String) - Method in class com.basistech.rosette.apimodel.Name
Sets the entity type of a name
setExplain(Boolean) - Method in class com.basistech.rosette.apimodel.CategoriesOptions
set whether to return explanation strings for each category returned
setExplanationCount(Integer) - Method in class com.basistech.rosette.apimodel.SentimentOptions
Set the maximum number of explanation strings to return.
setExtractionMethods(EnumSet<ExtractionMethod>) - Method in class com.basistech.rosette.apimodel.EntitiesOptions
set the set of active extraction methods
setInvalidityThreshold(Double) - Method in class com.basistech.rosette.apimodel.LanguageOptions
get the n-gram distance invalidity threshold, value range [0-100].
setLabel(String) - Method in enum com.basistech.rosette.apimodel.AccuracyMode
set the label
setLanguage(LanguageCode) - Method in class com.basistech.rosette.apimodel.Name
Sets the language of a name
setLanguageHint(LanguageCode) - Method in class com.basistech.rosette.apimodel.LanguageOptions
set the language hint
setLanguageHintWeight(double) - Method in class com.basistech.rosette.apimodel.LanguageOptions
set the language hint weight used to help resolve ambiguous results.
setLanguageWeightAdjustments(Set<LanguageWeight>) - Method in class com.basistech.rosette.apimodel.LanguageOptions
set the set of language weight adjustments
setMaxEntityTokens(Integer) - Method in class com.basistech.rosette.apimodel.EntitiesOptions
set the max number of tokens allowed in an entity
setMessage(String) - Method in class com.basistech.rosette.apimodel.ErrorResponse
 
setMinValidChars(Integer) - Method in class com.basistech.rosette.apimodel.LanguageOptions
set minimum number of valid characters needed for identification
setName1(Name) - Method in class com.basistech.rosette.apimodel.NameSimilarityRequest
Sets the first name
setName2(Name) - Method in class com.basistech.rosette.apimodel.NameSimilarityRequest
Sets the second name
setNumCategories(Integer) - Method in class com.basistech.rosette.apimodel.CategoriesOptions
set max number of categories
setOptions(LanguageOptions) - Method in class com.basistech.rosette.apimodel.LanguageRequest
set the languages detection options
setOptions(MorphologyOptions) - Method in class com.basistech.rosette.apimodel.MorphologyRequest
set the base linguistics options
setOptions(RelationshipsOptions) - Method in class com.basistech.rosette.apimodel.RelationshipsRequest
set the relationship options
setOptions(SentimentOptions) - Method in class com.basistech.rosette.apimodel.SentimentRequest
set the sentiment options
setPartOfSpeechTagSet(PartOfSpeechTagSet) - Method in class com.basistech.rosette.apimodel.MorphologyOptions
Set the tag set used to return part of speech tags.
setProfileDepth(Integer) - Method in class com.basistech.rosette.apimodel.LanguageOptions
set the most frequent n-grams to consider in detection.
setQuery(Boolean) - Method in class com.basistech.rosette.apimodel.MorphologyOptions
Request query processing.
setRedactorPreferLength(Boolean) - Method in class com.basistech.rosette.apimodel.EntitiesOptions
set whether to prefer length over weights for redaction
setResolveNamedEntities(Boolean) - Method in class com.basistech.rosette.apimodel.EntitiesOptions
set the resolve in-document named entities
setScript(ISO15924) - Method in class com.basistech.rosette.apimodel.Name
Sets the script of a name
setText(String) - Method in class com.basistech.rosette.apimodel.Name
Sets the name text
sourceLanguageOfOrigin(LanguageCode) - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
Specify the source language of origin.
sourceLanguageOfOrigin() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
 
sourceLanguageOfUse(LanguageCode) - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
Specify the source language of use.
sourceLanguageOfUse() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
 
sourceScript(ISO15924) - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
Specify the script of the source name.
sourceScript() - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
 

T

targetScheme(TransliterationScheme) - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
Specify the transliteration scheme.
targetScript(ISO15924) - Method in class com.basistech.rosette.apimodel.NameTranslationRequest.Builder
Specify the target script.
TokensResponse - Class in com.basistech.rosette.apimodel
Simple api response data model for tokenization requests
TokensResponse(List<String>) - Constructor for class com.basistech.rosette.apimodel.TokensResponse
constructor for TokensResponse
toValue() - Method in enum com.basistech.rosette.apimodel.AccuracyMode
get the label

V

valueOf(String) - Static method in enum com.basistech.rosette.apimodel.AccuracyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basistech.rosette.apimodel.ExtractionMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.basistech.rosette.apimodel.AccuracyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basistech.rosette.apimodel.ExtractionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T V 
Skip navigation links

Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.