Method: projects.locations.customClasses.get

カスタムクラスを取得します。

HTTP リクエスト

GET https://speech.googleapis.com/v1p1beta1/{name=projects/*/locations/*/customClasses/*}

この URL では gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
name

string

必須。取得するカスタムクラスの名前。形式:

projects/{project}/locations/{location}/customClasses/{customClass}

認可には、指定されたリソース name に対する次の IAM の権限が必要です。

  • speech.customClasses.get

リクエストの本文

リクエストの本文は空にする必要があります。

レスポンスの本文

成功した場合、レスポンスの本文には CustomClass のインスタンスが含まれます。

認可スコープ

次の OAuth スコープが必要です。

  • https://www.googleapis.com/auth/cloud-platform

詳細については、Authentication Overview をご覧ください。