GetAwsPollyJobStatus 2.0.0

Bundle
org.apache.nifi | nifi-aws-nar
Description
Retrieves the current status of an AWS Polly job.
Tags
AWS, Amazon, ML, Machine Learning, Polly
Input Requirement
Supports Sensitive Dynamic Properties
false
  • Additional Details for GetAwsPollyJobStatus 2.0.0

    Amazon Polly

    GetAwsPollyJobStatus

    Amazon Polly is a service that turns text into lifelike speech, allowing you to create applications that talk, and build entirely new categories of speech-enabled products. Polly’s Text-to-Speech (TTS) service uses advanced deep learning technologies to synthesize natural sounding human speech. With dozens of lifelike voices across a broad set of languages, you can build speech-enabled applications that work in many different countries.

    Usage

    GetAwsPollyJobStatus Processor is designed to periodically check polly job status. This processor should be used in pair with StartAwsPollyJob Processor. If the job successfully finished it will populate outputLocation attribute of the flow file where you can find the output of the Polly job. In case of an error failure.reason attribute will be populated with the details.

Properties
Relationships
Name Description
failure The job failed, the original FlowFile will be routed to this relationship.
success Job successfully finished. FlowFile will be routed to this relation.
running The job is currently still being processed
original Upon successful completion, the original FlowFile will be routed to this relationship.
Writes Attributes
Name Description
PollyS3OutputBucket The bucket name where polly output will be located.
filename Object key of polly output.
outputLocation S3 path-style output location of the result.
See Also