Hume (Independent Publisher) (Preview)

Hume is the AI toolkit to understand emotional expression and align technology with human well-being. Our platform is developed in tandem with scientific innovations that reveal how people experience and express over 30 distinct emotions.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Troy Taylor
URL https://www.hitachisolutions.com
Email ttaylor@hitachisolutions.com
Connector Metadata
Publisher Troy Taylor
Website https://hume.ai/
Privacy policy https://hume.ai/privacy-policy
Categories AI

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key securestring The API Key for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get job artifacts

Retrieve the artifacts of a completed job.

Get job details

Retrieve the details and state of a given job.

Get job predictions

Retrieve the predictions of a completed job.

List jobs

Retrieve a list of jobs.

Start a job

Starts a new batch job.

Get job artifacts

Retrieve the artifacts of a completed job.

Parameters

Name Key Required Type Description
ID
id True string

The identifier.

Returns

response
string

Get job details

Retrieve the details and state of a given job.

Parameters

Name Key Required Type Description
ID
id True string

The identifier.

Returns

Name Path Type Description
User ID
user_id string

The user identifier.

Job ID
job_id string

The job identifier.

FPS Pred
request.models.face.fps_pred float

The frames per second to process.

Prob Threshold
request.models.face.prob_threshold float

The probability threshold.

Identify Faces
request.models.face.identify_faces boolean

Whether to identify faces.

Min Face Size
request.models.face.min_face_size integer

The minimum face size.

Save Faces
request.models.face.save_faces boolean

Whether to save faces.

Granularity
request.models.prosody.granularity string

The granularity.

Identify Speakers
request.models.prosody.identify_speakers boolean

Whether to identify speakers.

Length
request.models.prosody.window.length integer

The length.

Step
request.models.prosody.window.step integer

The step.

Granularity
request.models.language.granularity string

The granularity.

Identify Speakers
request.models.language.identify_speakers boolean

Whether to identify speakers.

Identify Speakers
request.models.ner.identify_speakers boolean

Whether to identify speakers.

Language
request.transcription.language string

The language.

URLs
request.urls array of string

The URL addresses.

Callback URL
request.callback_url string

The callback URL.

Notify
request.notify boolean

Whether to notify.

Files
request.files array of object
Filename
request.files.filename string

The filename.

Content Type
request.files.content_type string

The content type.

MD5 Sum
request.files.md5sum string

The MD5 sum.

Status
state.status string

The status.

Created Timestamp
state.created_timestamp_ms integer

The created timestamp.

Get job predictions

Retrieve the predictions of a completed job.

Parameters

Name Key Required Type Description
ID
id True string

The identifier.

Returns

Name Path Type Description
array of object
Type
source.type string

The type.

URL
source.url string

The URL address.

Predictions
results.predictions array of object
File
results.predictions.file string

The file.

Grouped
results.predictions.models.face.grouped_predictions array of object
ID
results.predictions.models.face.grouped_predictions.id string

The identifier.

Predictions
results.predictions.models.face.grouped_predictions.predictions array of object
Frame
results.predictions.models.face.grouped_predictions.predictions.frame integer

The frame.

Time
results.predictions.models.face.grouped_predictions.predictions.time integer

The time.

Prob
results.predictions.models.face.grouped_predictions.predictions.prob integer

The probability.

X
results.predictions.models.face.grouped_predictions.predictions.box.x integer

The X value.

Y
results.predictions.models.face.grouped_predictions.predictions.box.y integer

The Y value.

W
results.predictions.models.face.grouped_predictions.predictions.box.w integer

The W value.

H
results.predictions.models.face.grouped_predictions.predictions.box.h integer

The H value.

Emotions
results.predictions.models.face.grouped_predictions.predictions.emotions array of object
Name
results.predictions.models.face.grouped_predictions.predictions.emotions.name string

The name.

Score
results.predictions.models.face.grouped_predictions.predictions.emotions.score string

The score.

Facs
results.predictions.models.face.grouped_predictions.predictions.facs array of object
Name
results.predictions.models.face.grouped_predictions.predictions.facs.name string

The name.

Score
results.predictions.models.face.grouped_predictions.predictions.facs.score string

The score.

Descriptions
results.predictions.models.face.grouped_predictions.predictions.descriptions array of object
Name
results.predictions.models.face.grouped_predictions.predictions.descriptions.name string

The name.

Score
results.predictions.models.face.grouped_predictions.predictions.descriptions.score string

The score.

Grouped
results.predictions.models.burst.grouped_predictions array of object
ID
results.predictions.models.burst.grouped_predictions.id string

The identifier.

Predictions
results.predictions.models.burst.grouped_predictions.predictions array of object
Begin
results.predictions.models.burst.grouped_predictions.predictions.time.begin integer

The beginning.

End
results.predictions.models.burst.grouped_predictions.predictions.time.end integer

The end.

Emotions
results.predictions.models.burst.grouped_predictions.predictions.emotions array of object
Name
results.predictions.models.burst.grouped_predictions.predictions.emotions.name string

The name.

Score
results.predictions.models.burst.grouped_predictions.predictions.emotions.score string

The score.

Descriptions
results.predictions.models.burst.grouped_predictions.predictions.descriptions array of object
Name
results.predictions.models.burst.grouped_predictions.predictions.descriptions.name string

The name.

Score
results.predictions.models.burst.grouped_predictions.predictions.descriptions.score string

The score.

Confidence
results.predictions.models.prosody.metadata.confidence integer

The confidence.

Detected Language
results.predictions.models.prosody.metadata.detected_language string

The detected language.

Grouped
results.predictions.models.prosody.grouped_predictions array of object
ID
results.predictions.models.prosody.grouped_predictions.id string

The identifier.

Predictions
results.predictions.models.prosody.grouped_predictions.predictions array of object
Text
results.predictions.models.prosody.grouped_predictions.predictions.text string

The text.

Begin
results.predictions.models.prosody.grouped_predictions.predictions.time.begin integer

The beginning.

End
results.predictions.models.prosody.grouped_predictions.predictions.time.end integer

The end.

Confidence
results.predictions.models.prosody.grouped_predictions.predictions.confidence integer

The confidence.

Speaker Confidence
results.predictions.models.prosody.grouped_predictions.predictions.speaker_confidence integer

The speaker confidence.

Emotions
results.predictions.models.prosody.grouped_predictions.predictions.emotions array of object
Name
results.predictions.models.prosody.grouped_predictions.predictions.emotions.name string

The name.

Score
results.predictions.models.prosody.grouped_predictions.predictions.emotions.score string

The score.

Confidence
results.predictions.models.language.metadata.confidence integer

The confidence.

Detected Language
results.predictions.models.language.metadata.detected_language string

The detected language.

Grouped
results.predictions.models.language.grouped_predictions array of object
ID
results.predictions.models.language.grouped_predictions.id string

The identifier.

Predictions
results.predictions.models.language.grouped_predictions.predictions array of object
Text
results.predictions.models.language.grouped_predictions.predictions.text string

The text.

Begin
results.predictions.models.language.grouped_predictions.predictions.position.begin integer

The beginning.

End
results.predictions.models.language.grouped_predictions.predictions.position.end integer

The end.

Begin
results.predictions.models.language.grouped_predictions.predictions.time.begin integer

The beginning.

End
results.predictions.models.language.grouped_predictions.predictions.time.end integer

The end.

Confidence
results.predictions.models.language.grouped_predictions.predictions.confidence integer

The confidence.

Speaker Confidence
results.predictions.models.language.grouped_predictions.predictions.speaker_confidence integer

The speaker confidence.

Emotions
results.predictions.models.language.grouped_predictions.predictions.emotions array of object
Name
results.predictions.models.language.grouped_predictions.predictions.emotions.name string

The name.

Score
results.predictions.models.language.grouped_predictions.predictions.emotions.score string

The score.

Sentiment
results.predictions.models.language.grouped_predictions.predictions.sentiment array of object
Name
results.predictions.models.language.grouped_predictions.predictions.sentiment.name string

The name.

Score
results.predictions.models.language.grouped_predictions.predictions.sentiment.score string

The score.

Toxicity
results.predictions.models.language.grouped_predictions.predictions.toxicity array of object
Name
results.predictions.models.language.grouped_predictions.predictions.toxicity.name string

The name.

Score
results.predictions.models.language.grouped_predictions.predictions.toxicity.score string

The score.

Confidence
results.predictions.models.ner.metadata.confidence integer

The confidence.

Detected Language
results.predictions.models.ner.metadata.detected_language string

The detected language.

Grouped
results.predictions.models.ner.grouped_predictions array of object
ID
results.predictions.models.ner.grouped_predictions.id string

The identifier.

Predictions
results.predictions.models.ner.grouped_predictions.predictions array of object
Entity
results.predictions.models.ner.grouped_predictions.predictions.entity string

The entity.

Begin
results.predictions.models.ner.grouped_predictions.predictions.position.begin integer

The beginning.

End
results.predictions.models.ner.grouped_predictions.predictions.position.end integer

The end.

Entity Confidence
results.predictions.models.ner.grouped_predictions.predictions.entity_confidence integer

The entity confidence.

Support
results.predictions.models.ner.grouped_predictions.predictions.support integer

The support.

Uri
results.predictions.models.ner.grouped_predictions.predictions.uri string

The Uri.

Link Word
results.predictions.models.ner.grouped_predictions.predictions.link_word string

The link word.

Begin
results.predictions.models.ner.grouped_predictions.predictions.time.begin integer

The beginning.

End
results.predictions.models.ner.grouped_predictions.predictions.time.end integer

The end.

Confidence
results.predictions.models.ner.grouped_predictions.predictions.confidence integer

The confidence.

Speaker Confidence
results.predictions.models.ner.grouped_predictions.predictions.speaker_confidence integer

The speaker confidence.

Emotions
results.predictions.models.ner.grouped_predictions.predictions.emotions array of object
Name
results.predictions.models.ner.grouped_predictions.predictions.emotions.name string

The name.

Score
results.predictions.models.ner.grouped_predictions.predictions.emotions.score string

The score.

Grouped
results.predictions.models.facemesh.grouped_predictions array of object
ID
results.predictions.models.facemesh.grouped_predictions.id string

The identifier.

Predictions
results.predictions.models.facemesh.grouped_predictions.predictions array of object
Emotions
results.predictions.models.facemesh.grouped_predictions.predictions.emotions array of object
Name
results.predictions.models.facemesh.grouped_predictions.predictions.emotions.name string

The name.

Score
results.predictions.models.facemesh.grouped_predictions.predictions.emotions.score string

The score.

Errors
results.errors array of object
Message
results.errors.message string

The message.

File
results.errors.file string

The file.

Error
error string

The error .

List jobs

Retrieve a list of jobs.

Parameters

Name Key Required Type Description
Limit
limit integer

The page limit.

Status
status string

The status.

When
when string

The when.

Timestamp
timestamp_ms string

The timestamp.

Sort By
sort_by string

The sort by.

Direction
direction string

The sort direction.

Returns

Name Path Type Description
array of object
User ID
user_id string

The user identifier.

Job ID
job_id string

The job identifier.

FPS Pred
request.models.face.fps_pred float

The number of frames per second to process.

Prob Threshold
request.models.face.prob_threshold float

The probability threshold.

Identify Faces
request.models.face.identify_faces boolean

Whether to identify faces.

Min Face Size
request.models.face.min_face_size integer

The minimum face size.

Save Faces
request.models.face.save_faces boolean

Whether to save faces.

Granularity
request.models.prosody.granularity string

The granularity.

Identify Speakers
request.models.prosody.identify_speakers boolean

Whether to identify speakers.

Length
request.models.prosody.window.length integer

The length.

Step
request.models.prosody.window.step integer

The step.

Granularity
request.models.language.granularity string

The granularity.

Identify Speakers
request.models.language.identify_speakers boolean

Whether to identify speakers.

Identify Speakers
request.models.ner.identify_speakers boolean

Whether to identify speakers.

Language
request.transcription.language string

The language.

URLs
request.urls array of string

The URL addresses.

Callback URL
request.callback_url string

The callback URL address.

Notify
request.notify boolean

Whether to notify.

Files
request.files array of object
Filename
request.files.filename string

The filename.

Content Type
request.files.content_type string

The content type.

MD5 Sum
request.files.md5sum string

The MD5 sum.

Status
state.status string

The status.

Created Timestamp
state.created_timestamp_ms integer

The created timestamp.

Start a job

Starts a new batch job.

Parameters

Name Key Required Type Description
FPS Pred
fps_pred float

The frames per second to process.

Prob Threshold
prob_threshold float

The probability threshold.

Identify Faces
identify_faces boolean

Whether to identify faces.

Min Face Size
min_face_size integer

The minimum face size.

Save Faces
save_faces boolean

Whether to saves faces.

Granularity
granularity string

The granularity.

Identify Speakers
identify_speakers boolean

Whether to identify speakers.

Length
length integer

The length.

Step
step integer

The step.

Granularity
granularity string

The granularity.

Identify Speakers
identify_speakers boolean

Whether to identify speakers.

Identify Speakers
identify_speakers boolean

Whether to identify speakers.

Language
language string

The language

URLs
urls array of string

The URL addresses.

Callback URL
callback_url string

The callback URL address.

Notify
notify boolean

Whether to notify.

Returns

Name Path Type Description
Job ID
job_id string

The job identifier.

Definitions

string

This is the basic data type 'string'.