Grammar.FromStorageId(String) メソッド

定義

ストレージ識別子から Grammar を作成します。 1.7.0 で追加

public static Microsoft.CognitiveServices.Speech.Grammar FromStorageId (string storageId);
static member FromStorageId : string -> Microsoft.CognitiveServices.Speech.Grammar
Public Shared Function FromStorageId (storageId As String) As Grammar

パラメーター

storageId
String

文法のストレージ ID。

戻り値

文法への参照

注釈

ストレージ ID から文法を作成することは、特定のシナリオでのみ使用でき、一般提供されていません。

適用対象