public class AiNameApi extends Object
Modifier and Type | Method and Description |
---|---|
AiNameWeightedVariants |
complete(AiNameCompleteRequest request)
The call proposes k most probable names for given starting characters.
|
AiNameWeightedVariants |
expand(AiNameExpandRequest request)
Expands a person's name into a list of possible alternatives using options for expanding instructions.
|
AiNameWeightedVariants |
expandParsed(AiNameParsedRequest request)
Expands a person's parsed name into a list of possible alternatives using options for expanding instructions.
|
AiNameFormatted |
format(AiNameFormatRequest request)
Formats a person's name in correct case and name order using options for formatting instructions.
|
AiNameFormatted |
formatParsed(AiNameParsedRequest request)
Formats a person's parsed name in correct case and name order using options for formatting instructions.
|
AiNameGenderHypothesisList |
genderize(AiNameGenderizeRequest request)
Detect person's gender from name string.
|
AiNameGenderHypothesisList |
genderizeParsed(AiNameParsedRequest request)
Detect person's gender from parsed name.
|
AiNameMatchResult |
match(AiNameMatchRequest request)
Compare people's names.
|
AiNameMatchResult |
matchParsed(AiNameMatchParsedRequest request)
Compare people's parsed names and attributes.
|
AiNameComponentList |
parse(AiNameParseRequest request)
Parse name to components.
|
AiNameExtractedList |
parseEmailAddress(AiNameParseEmailAddressRequest request)
Parse person's name out of an email address.
|
public AiNameWeightedVariants complete(AiNameCompleteRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public AiNameWeightedVariants expand(AiNameExpandRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public AiNameWeightedVariants expandParsed(AiNameParsedRequest request) throws ApiException
request
- Parsed name with options.ApiException
- API error.public AiNameFormatted format(AiNameFormatRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public AiNameFormatted formatParsed(AiNameParsedRequest request) throws ApiException
request
- Parsed name with options.ApiException
- API error.public AiNameGenderHypothesisList genderize(AiNameGenderizeRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public AiNameGenderHypothesisList genderizeParsed(AiNameParsedRequest request) throws ApiException
request
- Gender detection request data.ApiException
- API error.public AiNameMatchResult match(AiNameMatchRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public AiNameMatchResult matchParsed(AiNameMatchParsedRequest request) throws ApiException
request
- Parsed names to match.ApiException
- API error.public AiNameComponentList parse(AiNameParseRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.public AiNameExtractedList parseEmailAddress(AiNameParseEmailAddressRequest request) throws ApiException
request
- Holds parameters for this request invocation.ApiException
- API error.Copyright © 2020. All rights reserved.