Evaluations - Create
新しい評価を作成します。
POST {endpoint}/speechtotext/evaluations?api-version=2024-05-15-preview
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
endpoint
|
path | True |
string |
サポートされている Cognitive Services エンドポイント (プロトコルとホスト名、例: https://westus.api.cognitive.microsoft.com)。 |
api-version
|
query | True |
string |
要求された API バージョン。 |
要求本文
名前 | 必須 | 型 | 説明 |
---|---|---|---|
dataset | True |
EntityReference |
|
displayName | True |
string |
オブジェクトの表示名。 |
locale | True |
string |
格納されているデータのロケール。 |
model1 | True |
EntityReference |
|
model2 | True |
EntityReference |
|
customProperties |
object |
このエンティティのカスタム プロパティ。 許可されるキーの最大長は 64 文字、最大許容値の長さは 256 文字、許可されるエントリの数は 10 です。 |
|
description |
string |
オブジェクトの説明。 |
|
project |
EntityReference |
||
transcription1 |
EntityReference |
||
transcription2 |
EntityReference |
応答
名前 | 型 | 説明 |
---|---|---|
201 Created |
応答には、ペイロードとしてのエンティティとその場所に関する情報がヘッダーとして含まれます。 ヘッダー Location: string |
|
Other Status Codes |
エラーが発生しました。 |
セキュリティ
Ocp-Apim-Subscription-Key
コグニティブ サービス アカウント キーをここで指定します。
型:
apiKey
/:
header
Authorization
このリージョンの STS によって返される JWT からアクセス トークンを指定します。 STS URL に次のクエリ文字列を追加して、トークンに管理スコープを追加してください: ?scope=speechservicesmanagement
型:
apiKey
/:
header
例
Create a evaluation
要求のサンプル
POST {endpoint}/speechtotext/evaluations?api-version=2024-05-15-preview
{
"model1": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/models/base/8a043172-65b7-4cf3-a8b5-4449efa5a0f1?api-version=2024-05-15-preview"
},
"model2": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/models/827712a5-f942-4997-91c3-7c6cde35600b?api-version=2024-05-15-preview"
},
"dataset": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/datasets/9d5f4100-5f8e-4dd6-bd83-9bbbf50d57f1?api-version=2024-05-15-preview"
},
"locale": "en-US",
"displayName": "My new evaluation",
"description": "The description of the evaluation"
}
応答のサンプル
Location: https://westus.api.cognitive.microsoft.com/speechtotext/evaluations/1c50ce42-6ab7-454f-8c39-54a752d1a5b6?api-version=2024-05-15-preview
{
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/evaluations/1c50ce42-6ab7-454f-8c39-54a752d1a5b6?api-version=2024-05-15-preview",
"model1": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/models/base/8a043172-65b7-4cf3-a8b5-4449efa5a0f1?api-version=2024-05-15-preview"
},
"model2": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/models/827712a5-f942-4997-91c3-7c6cde35600b?api-version=2024-05-15-preview"
},
"dataset": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/datasets/9d5f4100-5f8e-4dd6-bd83-9bbbf50d57f1?api-version=2024-05-15-preview"
},
"transcription2": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/transcriptions/ad86d0c9-af6d-4d14-a621-c60d7d65b74f?api-version=2024-05-15-preview"
},
"transcription1": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/transcriptions/ba7ea6f5-3065-40b7-b49a-a90f48584683?api-version=2024-05-15-preview"
},
"links": {
"files": "https://westus.api.cognitive.microsoft.com/speechtotext/evaluations/00000000-0000-0000-0000-000000000000/files?api-version=2024-05-15-preview"
},
"properties": {
"wordErrorRate1": 0.065,
"sentenceErrorRate1": 0.375,
"tokenErrorRate1": 0.125,
"sentenceCount1": 8,
"wordCount1": 46,
"correctWordCount1": 43,
"wordSubstitutionCount1": 3,
"wordDeletionCount1": 0,
"wordInsertionCount1": 0,
"tokenCount1": 48,
"correctTokenCount1": 42,
"tokenSubstitutionCount1": 6,
"tokenDeletionCount1": 0,
"tokenInsertionCount1": 0,
"tokenErrors1": {
"punctuation": {
"numberOfEdits": 2,
"percentageOfAllEdits": 0.66
},
"capitalization": {
"numberOfEdits": 1,
"percentageOfAllEdits": 0.33
}
},
"wordErrorRate2": 0.065,
"sentenceErrorRate2": 0.375,
"tokenErrorRate2": 0.125,
"sentenceCount2": 8,
"wordCount2": 46,
"correctWordCount2": 43,
"wordSubstitutionCount2": 3,
"wordDeletionCount2": 0,
"wordInsertionCount2": 0,
"tokenCount2": 48,
"correctTokenCount2": 42,
"tokenSubstitutionCount2": 6,
"tokenDeletionCount2": 0,
"tokenInsertionCount2": 0,
"tokenErrors2": {
"punctuation": {
"numberOfEdits": 208,
"percentageOfAllEdits": 1.22
},
"capitalization": {
"numberOfEdits": 126,
"percentageOfAllEdits": 0.74
},
"inverseTextNormalization": {
"numberOfEdits": 409,
"percentageOfAllEdits": 2.4
},
"lexical": {
"numberOfEdits": 16284,
"percentageOfAllEdits": 95.41
},
"others": {
"numberOfEdits": 41,
"percentageOfAllEdits": 0.24
}
}
},
"lastActionDateTime": "2019-01-07T11:36:07Z",
"status": "Succeeded",
"createdDateTime": "2019-01-07T11:34:12Z",
"locale": "en-US",
"displayName": "Evalution of one model against another model"
}
定義
名前 | 説明 |
---|---|
Detailed |
DetailedErrorCode |
Edits |
EditsSummary |
Entity |
EntityError |
Entity |
EntityReference |
Error |
エラー |
Error |
ErrorCode |
Evaluation |
評価 |
Evaluation |
EvaluationLinks |
Evaluation |
EvaluationProperties |
Inner |
InnerError |
Status |
地位 |
Token |
TokenErrorDetails |
DetailedErrorCode
DetailedErrorCode
名前 | 型 | 説明 |
---|---|---|
DataImportFailed |
string |
データのインポートに失敗しました。 |
DeleteNotAllowed |
string |
削除は許可されていません。 |
DeployNotAllowed |
string |
デプロイは許可されていません。 |
DeployingFailedModel |
string |
失敗したモデルのデプロイ。 |
EmptyRequest |
string |
空の要求。 |
EndpointCannotBeDefault |
string |
エンドポイントを既定にすることはできません。 |
EndpointNotUpdatable |
string |
エンドポイントは更新できません。 |
EndpointWithoutLogging |
string |
ログ記録なしのエンドポイント。 |
ExceededNumberOfRecordingsUris |
string |
記録 URI の数を超えました。 |
FailedDataset |
string |
失敗したデータセット。 |
Forbidden |
string |
禁じられた。 |
InUseViolation |
string |
使用中の違反。 |
InaccessibleCustomerStorage |
string |
お客様のストレージにアクセスできません。 |
InvalidAdaptationMapping |
string |
適応マッピングが無効です。 |
InvalidBaseModel |
string |
ベース モデルが無効です。 |
InvalidCallbackUri |
string |
コールバック URI が無効です。 |
InvalidChannels |
string |
チャネルが無効です。 |
InvalidCollection |
string |
コレクションが無効です。 |
InvalidDataset |
string |
データセットが無効です。 |
InvalidDocument |
string |
ドキュメントが無効です。 |
InvalidDocumentBatch |
string |
ドキュメント バッチが無効です。 |
InvalidLocale |
string |
ロケールが無効です。 |
InvalidLogDate |
string |
ログの日付が無効です。 |
InvalidLogEndTime |
string |
ログの終了時刻が無効です。 |
InvalidLogId |
string |
無効なログ ID です。 |
InvalidLogStartTime |
string |
ログの開始時刻が無効です。 |
InvalidModel |
string |
モデルが無効です。 |
InvalidModelUri |
string |
モデル URI が無効です。 |
InvalidParameter |
string |
パラメーターが無効です。 |
InvalidParameterValue |
string |
パラメーター値が無効です。 |
InvalidPayload |
string |
ペイロードが無効です。 |
InvalidPermissions |
string |
アクセス許可が無効です。 |
InvalidPrerequisite |
string |
前提条件が無効です。 |
InvalidProductId |
string |
製品 ID が無効です。 |
InvalidProject |
string |
プロジェクトが無効です。 |
InvalidProjectKind |
string |
プロジェクトの種類が無効です。 |
InvalidRecordingsUri |
string |
無効な記録 URI。 |
InvalidRequestBodyFormat |
string |
要求本文の形式が無効です。 |
InvalidSasValidityDuration |
string |
SAS の有効期間が無効です。 |
InvalidSkipTokenForLogs |
string |
ログのスキップ トークンが無効です。 |
InvalidSourceAzureResourceId |
string |
ソース Azure リソース ID が無効です。 |
InvalidSubscription |
string |
サブスクリプションが無効です。 |
InvalidTest |
string |
テストが無効です。 |
InvalidTimeToLive |
string |
有効期限が無効です。 |
InvalidTopForLogs |
string |
ログの top が無効です。 |
InvalidTranscription |
string |
文字起こしが無効です。 |
InvalidWebHookEventKind |
string |
Web フック イベントの種類が無効です。 |
MissingInputRecords |
string |
入力レコードがありません。 |
ModelCopyAuthorizationExpired |
string |
ModelCopyAuthorization の有効期限が切れています。 |
ModelDeploymentNotCompleteState |
string |
モデルのデプロイが完了していない状態です。 |
ModelDeprecated |
string |
モデルは非推奨になりました。 |
ModelExists |
string |
モデルが存在します。 |
ModelMismatch |
string |
モデルの不一致。 |
ModelNotDeployable |
string |
モデルはデプロイできません。 |
ModelVersionIncorrect |
string |
モデルのバージョンが正しくありません。 |
NoUtf8WithBom |
string |
bom を含む utf8 はありません。 |
OnlyOneOfUrlsOrContainerOrDataset |
string |
URL またはコンテナーまたはデータセットのいずれか 1 つだけ。 |
ProjectGenderMismatch |
string |
プロジェクトの性別の不一致。 |
QuotaViolation |
string |
クォータ違反。 |
SingleDefaultEndpoint |
string |
単一の既定のエンドポイント。 |
SkuLimitsExist |
string |
SKU の制限が存在します。 |
SubscriptionNotFound |
string |
サブスクリプションが見つかりません。 |
UnexpectedError |
string |
予期しないエラー。 |
UnsupportedClassBasedAdaptation |
string |
サポートされていないクラス ベースの適応。 |
UnsupportedDelta |
string |
サポートされていないデルタ。 |
UnsupportedDynamicConfiguration |
string |
サポートされていない動的構成。 |
UnsupportedFilter |
string |
サポートされていないフィルター。 |
UnsupportedLanguageCode |
string |
サポートされていない言語コード。 |
UnsupportedOrderBy |
string |
サポートされていない注文者。 |
UnsupportedPagination |
string |
サポートされていない改ページ位置。 |
UnsupportedTimeRange |
string |
サポートされていない時間範囲。 |
EditsSummary
EditsSummary
名前 | 型 | 説明 |
---|---|---|
numberOfEdits |
integer |
人間の文字起こしと比較した、認識された文字起こしの特定の種類のエラーに対する編集のオプションの数。 |
percentageOfAllEdits |
number |
人間の文字起こしと比較した、認識された文字起こしの特定の種類のエラーに対する編集のオプションの割合。 |
EntityError
EntityError
名前 | 型 | 説明 |
---|---|---|
code |
string |
このエラーのコード。 |
message |
string |
このエラーのメッセージ。 |
EntityReference
EntityReference
名前 | 型 | 説明 |
---|---|---|
self |
string |
参照先エンティティの場所。 |
Error
エラー
名前 | 型 | 説明 |
---|---|---|
code |
ErrorCode |
|
details |
Error[] |
エラーや予想されるポリシーに関するその他のサポートの詳細。 |
innerError |
InnerError |
|
message |
string |
高レベルのエラー メッセージ。 |
target |
string |
エラーの原因。 たとえば、無効なドキュメントの場合は "documents" または "document id" になります。 |
ErrorCode
ErrorCode
名前 | 型 | 説明 |
---|---|---|
Conflict |
string |
競合エラー コードを表します。 |
Forbidden |
string |
禁止されているエラー コードを表します。 |
InternalCommunicationFailed |
string |
内部通信に失敗したエラー コードを表します。 |
InternalServerError |
string |
内部サーバー エラー コードを表します。 |
InvalidArgument |
string |
無効な引数のエラー コードを表します。 |
InvalidRequest |
string |
無効な要求エラー コードを表します。 |
NotAllowed |
string |
許可されていないエラー コードを表します。 |
NotFound |
string |
見つからないエラー コードを表します。 |
PipelineError |
string |
パイプライン エラー コードを表します。 |
ServiceUnavailable |
string |
サービスを使用できないエラー コードを表します。 |
TooManyRequests |
string |
要求の数が多すぎるエラー コードを表します。 |
Unauthorized |
string |
承認されていないエラー コードを表します。 |
UnprocessableEntity |
string |
処理不可能なエンティティ エラー コードを表します。 |
UnsupportedMediaType |
string |
サポートされていないメディアの種類のエラー コードを表します。 |
Evaluation
評価
名前 | 型 | 説明 |
---|---|---|
createdDateTime |
string |
オブジェクトが作成されたときのタイムスタンプ。 タイムスタンプは ISO 8601 の日付と時刻の形式 ("YYYY-MM-DDThh:mm:ssZ"、 https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations参照) としてエンコードされます。 |
customProperties |
object |
このエンティティのカスタム プロパティ。 許可されるキーの最大長は 64 文字、最大許容値の長さは 256 文字、許可されるエントリの数は 10 です。 |
dataset |
EntityReference |
|
description |
string |
オブジェクトの説明。 |
displayName |
string |
オブジェクトの表示名。 |
lastActionDateTime |
string |
現在の状態が入力されたときのタイムスタンプ。 タイムスタンプは ISO 8601 の日付と時刻の形式 ("YYYY-MM-DDThh:mm:ssZ"、 https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations参照) としてエンコードされます。 |
links |
EvaluationLinks |
|
locale |
string |
格納されているデータのロケール。 |
model1 |
EntityReference |
|
model2 |
EntityReference |
|
project |
EntityReference |
|
properties |
EvaluationProperties |
|
self |
string |
このエンティティの場所。 |
status |
地位 |
|
transcription1 |
EntityReference |
|
transcription2 |
EntityReference |
EvaluationLinks
EvaluationLinks
名前 | 型 | 説明 |
---|---|---|
files |
string |
このエンティティのすべてのファイルを取得する場所。 詳細については、操作 "Evaluations_ListFiles" を参照してください。 |
EvaluationProperties
EvaluationProperties
名前 | 型 | 説明 |
---|---|---|
correctTokenCount1 |
integer |
model1 によって正しく認識されるトークンの省略可能な数。 |
correctTokenCount2 |
integer |
model2 によって正しく認識されたトークンの省略可能な数。 |
correctWordCount1 |
integer |
model1 で正しく認識された単語の数。 |
correctWordCount2 |
integer |
model2 で正しく認識された単語の数。 |
string |
操作が完了した場合に電子メール通知を送信する電子メール アドレス。 この値は、電子メールを正常に送信した後に削除されます。 |
|
error |
EntityError |
|
sentenceCount1 |
integer |
model1 で処理された文の数。 |
sentenceCount2 |
integer |
model2 で処理された文の数。 |
sentenceErrorRate1 |
number |
model1 での認識の文エラー率。 |
sentenceErrorRate2 |
number |
model2 での認識の文エラー率。 |
tokenCount1 |
integer |
model1 による処理済みトークンの省略可能な数。 |
tokenCount2 |
integer |
model2 による処理済みトークンの省略可能な数。 |
tokenDeletionCount1 |
integer |
model1 によって認識されたトークンの省略可能な数 (削除)。 |
tokenDeletionCount2 |
integer |
model2 で認識されたトークンの省略可能な数 (削除)。 |
tokenErrorRate1 |
number |
model1 での認識の省略可能なトークン エラー率。 |
tokenErrorRate2 |
number |
model2 での認識の省略可能なトークン エラー率。 |
tokenErrors1 |
TokenErrorDetails |
|
tokenErrors2 |
TokenErrorDetails |
|
tokenInsertionCount1 |
integer |
model1 で認識されたトークン (挿入) の省略可能な数。 |
tokenInsertionCount2 |
integer |
model2 によって認識されたトークンの省略可能な数 (挿入)。 |
tokenSubstitutionCount1 |
integer |
model1 で認識されるトークンの省略可能な数 (置換)。 |
tokenSubstitutionCount2 |
integer |
model2 で認識されるトークンの省略可能な数 (置換)。 |
wordCount1 |
integer |
model1 によって処理された単語の数。 |
wordCount2 |
integer |
model2 で処理された単語の数。 |
wordDeletionCount1 |
integer |
model1 によって認識された単語の数 (削除)。 |
wordDeletionCount2 |
integer |
model2 によって認識された単語の数 (削除)。 |
wordErrorRate1 |
number |
model1 での認識の単語エラー率。 |
wordErrorRate2 |
number |
model2 を使用した認識の単語エラー率。 |
wordInsertionCount1 |
integer |
model1 によって認識された単語の数 (挿入)。 |
wordInsertionCount2 |
integer |
model2 によって認識された単語の数 (挿入)。 |
wordSubstitutionCount1 |
integer |
model1 で認識された単語の数 (置換)。 |
wordSubstitutionCount2 |
integer |
model2 で認識される単語の数 (置換)。 |
InnerError
InnerError
名前 | 型 | 説明 |
---|---|---|
code |
DetailedErrorCode |
|
details |
object |
エラーや予想されるポリシーに関するその他のサポートの詳細。 |
innerError |
InnerError |
|
message |
string |
高レベルのエラー メッセージ。 |
target |
string |
エラーの原因。 たとえば、無効なドキュメントの場合は "documents" または "document id" になります。 |
Status
地位
名前 | 型 | 説明 |
---|---|---|
Failed |
string |
実行時間の長い操作が失敗しました。 |
NotStarted |
string |
実行時間の長い操作がまだ開始されていません。 |
Running |
string |
実行時間の長い操作は現在処理中です。 |
Succeeded |
string |
実行時間の長い操作が正常に完了しました。 |
TokenErrorDetails
TokenErrorDetails
名前 | 型 | 説明 |
---|---|---|
capitalization |
EditsSummary |
|
inverseTextNormalization |
EditsSummary |
|
lexical |
EditsSummary |
|
others |
EditsSummary |
|
punctuation |
EditsSummary |