v10

latestSwagger 2.02026-07-137784220.8 KB
Custom Speech models:

Copies a model from one subscription to another.

This method is obsolete and will be removed in future API version. Please use models/{id}:copy instead. This method can be used to copy a model from one speech resource to another one. Only custom models can be copied to another speech resource.

post/models/{id}:copyto

Path parameters

idstring uuid required

The identifier of the model that will be copied.

Request body

targetSubscriptionKeystring required

The subscription key of the subscription that is the target of the copy operation.

Response

The response contains information about the entity as payload and its location as header.

selfstring uri

The location of this entity.

localestring required

The locale of the contained data.

displayNamestring required

The display name of the object.

descriptionstring

The description of the object.

lastActionDateTimestring date-time

The time-stamp when the current status was entered. The time stamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).

status'NotStarted' | 'Running' | 'Succeeded' | 'Failed'

Describe the current state of the API

createdDateTimestring date-time

The time-stamp when the object was created. The time stamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).