v10

latestSwagger 2.02026-07-137784220.8 KB
Custom Speech transcriptions:

Gets the files of the transcription identified by the given ID.

get/transcriptions/{id}/files

Path parameters

idstring uuid required

The identifier of the transcription.

Query parameters

sasValidityInSecondsinteger

The duration in seconds that an SAS url should be valid. The default duration is 12 hours. When using BYOS (https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-encryption-of-data-at-rest#bring-your-own-storage-byos-for-customization-and-logging): A value of 0 means that a plain blob URI without SAS token will be generated.

skipinteger

Number of datasets that will be skipped.

topinteger

Number of datasets that will be included after skipping.

filterstring

A filtering expression for selecting a subset of the available files. - Supported properties: name, createdDateTime, kind. - Operators: - eq, ne are supported for all properties. - gt, ge, lt, le are supported for createdDateTime. - and, or, not are supported. - Example: filter=name eq 'myaudio.wav.json' and kind eq 'Transcription'

Response

OK

@nextLinkstring uri

A link to the next set of paginated results if there are more entities available; otherwise null.