/babel-street | Type: Application | PCID required: Yes
Tools
babel_street_get_address_similarity_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_categories_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_entities_indoc_coref_server_supported_languages
Indoc coref supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_entities_info
Returns a list of entity types Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
profileId | string | No | — | The id of the custom profile you are querying. This parameter is optional and for on-premise installations only. |
perSubsourceSupportedEntityTypes | boolean | No | — | When set to true returns the entity types by subsource in addition to by processor. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"profileId": {
"type": "string",
"description": "The id of the custom profile you are querying. This parameter is optional and for on-premise installations only."
},
"perSubsourceSupportedEntityTypes": {
"type": "boolean",
"description": "When set to true returns the entity types by subsource in addition to by processor."
}
},
"required": [
"PCID"
]
}
babel_street_get_entities_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_events_info
Returns event schemas. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | No | — | The workspace id for a specific model installed on the server. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"workspaceId": {
"type": "string",
"description": "The workspace id for a specific model installed on the server."
}
},
"required": [
"PCID"
]
}
babel_street_get_events_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_info
Babel Street Analytics informationShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_language_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_morphology_morphofeature_supported_languages
Supported languages Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
morphoFeature | string | Yes | — | Morpho Feature |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"morphoFeature": {
"type": "string",
"description": "Morpho Feature",
"enum": [
"complete",
"lemmas",
"parts-of-speech",
"compound-components",
"han-readings"
]
}
},
"required": [
"PCID",
"morphoFeature"
]
}
babel_street_get_morphology_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_name_deduplication_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_name_similarity_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_name_translation_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_record_similarity_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_relationships_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_semantics_similar_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_semantics_vector_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_sentences_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_sentiment_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_syntax_dependencies_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_tokens_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_topics_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_get_transliteration_supported_languages
Supported languagesShow inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
babel_street_post_address_similarity
Match addresses from input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
address1 | object | No | — | The address1 value |
address2 | object | No | — | The address2 value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"address1": {
"description": "The address1 value"
},
"address2": {
"description": "The address2 value"
}
},
"required": [
"PCID"
]
}
babel_street_post_categories
Identify contextual categories in the input. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_entities
Extracts entities from a document and links them to a knowledge base. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
output | string | No | — | When set to Rosette, output is ADM format. Required to see entity mentions from indoc coref. |
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"output": {
"type": "string",
"description": "When set to Rosette, output is ADM format. Required to see entity mentions from indoc coref."
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_entities_configuration_gazetteer_add
Add gazetteer entries for entity extraction Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
configuration | object | No | — | The configuration value |
language | string | No | — | 3 letter code of language. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"configuration": {
"description": "The configuration value"
},
"language": {
"type": "string",
"description": "3 letter code of language."
}
},
"required": [
"PCID"
]
}
babel_street_post_events
Extracts events from a document. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_language
Identifies the language(s) in a document Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_morphology_morphofeature
Runs morphological analysis on input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
morphoFeature | string | Yes | — | Type of data to return |
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"morphoFeature": {
"type": "string",
"description": "Type of data to return",
"enum": [
"complete",
"lemmas",
"parts-of-speech",
"compound-components",
"han-readings"
]
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID",
"morphoFeature"
]
}
babel_street_post_name_deduplication
Deduplicates names from input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
names | object[] | No | — | List of names to deduplicate |
threshold | number | No | — | The threshold value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"names": {
"type": "array",
"items": {
"type": "object",
"properties": {
"entityType": {
"type": "string",
"enum": [
"PERSON",
"LOCATION",
"ORGANIZATION"
],
"description": "the entity type of the object"
},
"language": {
"type": "string",
"description": "ISO 639-3 code for the name's language"
},
"script": {
"type": "string",
"description": "ISSO 15924 code for the name's script"
},
"text": {
"type": "string",
"description": "a name to be matched"
}
}
},
"description": "List of names to deduplicate"
},
"threshold": {
"type": "number",
"description": "The threshold value"
}
},
"required": [
"PCID"
]
}
babel_street_post_name_similarity
Match names from input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name1 | object | No | — | The name1 value |
name2 | object | No | — | The name2 value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"name1": {
"type": "object",
"description": "The name1 value",
"properties": {
"entityType": {
"type": "string",
"description": "the entity type of the object",
"enum": [
"PERSON",
"LOCATION",
"ORGANIZATION"
]
},
"language": {
"type": "string",
"description": "ISO 639-3 code for the name's language"
},
"script": {
"type": "string",
"description": "ISSO 15924 code for the name's script"
},
"text": {
"type": "string",
"description": "a name to be matched"
},
"gender": {
"type": "string",
"description": "explicit gender of the name",
"enum": [
"MALE",
"FEMALE",
"NONBINARY"
]
}
}
},
"name2": {
"type": "object",
"description": "The name2 value",
"properties": {
"entityType": {
"type": "string",
"description": "the entity type of the object",
"enum": [
"PERSON",
"LOCATION",
"ORGANIZATION"
]
},
"language": {
"type": "string",
"description": "ISO 639-3 code for the name's language"
},
"script": {
"type": "string",
"description": "ISSO 15924 code for the name's script"
},
"text": {
"type": "string",
"description": "a name to be matched"
},
"gender": {
"type": "string",
"description": "explicit gender of the name",
"enum": [
"MALE",
"FEMALE",
"NONBINARY"
]
}
}
}
},
"required": [
"PCID"
]
}
babel_street_post_name_translation
Translate names from input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
entityType | string | No | — | the entity type of the object |
maximumResults | number | No | — | Maximum Results |
name | string | No | — | The name to translate |
sourceLanguageOfOrigin | string | No | — | ISO 639-3 code for the name’s language |
sourceLanguageOfUse | string | No | — | ISO 639-3 code for the name’s language |
sourceScript | string | No | — | ISSO 15924 code for the name’s script |
targetLanguage | string | No | — | ISO 639-3 code for the name’s language |
targetScheme | string | No | — | transliteration schme for the translation |
targetScript | string | No | — | ISSO 15924 code for the name’s script |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"entityType": {
"type": "string",
"description": "the entity type of the object",
"enum": [
"PERSON",
"LOCATION",
"ORGANIZATION"
]
},
"maximumResults": {
"type": "number",
"description": "Maximum Results"
},
"name": {
"type": "string",
"description": "The name to translate"
},
"sourceLanguageOfOrigin": {
"type": "string",
"description": "ISO 639-3 code for the name's language"
},
"sourceLanguageOfUse": {
"type": "string",
"description": "ISO 639-3 code for the name's language"
},
"sourceScript": {
"type": "string",
"description": "ISSO 15924 code for the name's script"
},
"targetLanguage": {
"type": "string",
"description": "ISO 639-3 code for the name's language"
},
"targetScheme": {
"type": "string",
"description": "transliteration schme for the translation"
},
"targetScript": {
"type": "string",
"description": "ISSO 15924 code for the name's script"
}
},
"required": [
"PCID"
]
}
babel_street_post_record_similarity
Match pairs of records Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fields | object | No | — | The fields value |
properties | object | No | — | The properties value |
records | object | No | — | The records value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"fields": {
"type": "object",
"description": "The fields value",
"properties": {
"fieldname": {
"type": "object",
"description": "The fieldname value"
}
}
},
"properties": {
"type": "object",
"description": "The properties value",
"properties": {
"threshold": {
"type": "number",
"description": "results must be greater than threshold to be returned"
},
"includeExplainInfo": {
"type": "boolean",
"description": "true returns the full details of how the records matched"
}
}
},
"records": {
"type": "object",
"description": "The records value",
"properties": {
"left": {
"type": "array",
"items": {
"type": "array"
},
"description": "The left value"
},
"right": {
"type": "array",
"items": {
"type": "array"
},
"description": "The right value"
}
}
}
},
"required": [
"PCID"
]
}
babel_street_post_relationships
Extract relationships from input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
}
},
"required": [
"PCID"
]
}
babel_street_post_semantics_similar
Finds terms similar to the input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_semantics_vector
Create embeddings from input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_sentences
Determine sentences Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
}
},
"required": [
"PCID"
]
}
babel_street_post_sentiment
Analyze sentiment of input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_syntax_dependencies
Create dependency data from input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
}
},
"required": [
"PCID"
]
}
babel_street_post_tokens
Tokenize input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_topics
Extract topics from input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}
babel_street_post_transliteration
Runs transliteration on input Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | No | — | Raw text content to analyze |
contentUri | string | No | — | URI pointing to the content to analyze |
language | string | No | — | 3 letter code of language. |
options | object | No | — | The options value |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"content": {
"type": "string",
"description": "Raw text content to analyze"
},
"contentUri": {
"type": "string",
"description": "URI pointing to the content to analyze"
},
"language": {
"type": "string",
"description": "3 letter code of language."
},
"options": {
"description": "The options value"
}
},
"required": [
"PCID"
]
}

