列出给定的 Dictation store
中的 Dictations
。
HTTP 请求
GET https://healthcare.googleapis.com/v1alpha2/{parent=projects/*/locations/*/datasets/*/dictationStores/*}/dictations
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
parent |
要从中检索口录的口录存储区的名称。 必须对指定的资源
|
查询参数
参数 | |
---|---|
pageSize |
在单个响应中返回的语音输入数量限制。如果为零,则使用默认每页数据大小 100。 |
pageToken |
从上一个 List 请求返回的 nextPageToken 值(如果有)。 |
filter |
将返回的口录限制为与过滤条件匹配的口录。语法:https://cloud.google.com/appengine/docs/standard/python/search/query_strings 可用于过滤的字段/函数为:- use_for_speech_training |
请求正文
请求正文必须为空。
响应正文
如果成功,响应正文将包含结构如下的数据:
列出指定的 Dictation store
中的 Dictations
。
JSON 表示法 | |
---|---|
{ "dictationNames": [ string ], "nextPageToken": string } |
字段 | |
---|---|
dictationNames[] |
返回的语音输入名称。值数量不能超过请求中的 pageSize 值数量。 |
nextPageToken |
用于检索下一页结果的令牌。如果列表中没有更多结果,则为空。 |
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/cloud-healthcare
https://www.googleapis.com/auth/cloud-platform
如需了解详情,请参阅身份验证概览。