Skip to content

Documentation for data output from AWS Amplify Predictions #10908

@michaelmccrae

Description

@michaelmccrae

Is this related to a new or existing framework?

No response

Is this related to a new or existing API?

No response

Is this related to another service?

No response

Describe the feature you'd like to request

I am looking for documentation regarding the return data outputs from running AWS Amplify Prediction. In the Amplify docs, you can run the code and get textToSpeech or a transcription back.

`function convertFromBuffer(bytes) {
setResponse('Converting text...');

Predictions.convert({
  transcription: {
    source: {
      bytes
    },
    // language: "en-US", // other options are "en-GB", "fr-FR", "fr-CA", "es-US"
  },
}).then(({ transcription: { fullText } }) => {
  setResponse(fullText); 
  console.log('fulltext result', fullText); `

Describe the solution you'd like

Can you return more information, such as the error rate or length of recording similar to data input and outputs: https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html

Describe alternatives you've considered

I don't know what other alternatives are possible.

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

Metadata

Metadata

Assignees

Labels

PredictionsRelated to Predictions categoryfeature-requestRequest a new feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions