louismorgner / speaker-matching-extra-large
- Public
- 445 runs
Run louismorgner/speaker-matching-extra-large with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
speakerIdentificationChunks |
string
|
Stringified JSON object containing all speaker identification chunks
|
|
speakerMemory |
string
|
{}
|
Stringified JSON object containing speaker memory
|
{
"type": "object",
"title": "Input",
"required": [
"speakerIdentificationChunks"
],
"properties": {
"speakerMemory": {
"type": "string",
"title": "Speakermemory",
"default": "{}",
"x-order": 1,
"description": "Stringified JSON object containing speaker memory"
},
"speakerIdentificationChunks": {
"type": "string",
"title": "Speakeridentificationchunks",
"x-order": 0,
"description": "Stringified JSON object containing all speaker identification chunks"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}