23 lines
580 B
YAML
23 lines
580 B
YAML
- help_text:
|
|
brief: Get description of a long-running speech recognition operation.
|
|
description: |
|
|
Get information about a long-running speech recognition operation.
|
|
examples: |
|
|
To fetch details for the operation '12345':
|
|
|
|
$ {command} 12345
|
|
|
|
request:
|
|
collection: speech.operations
|
|
api_version: v1
|
|
resource_method_params:
|
|
name: '{operationsId}'
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The ID of the operation to describe.
|
|
spec: !REF googlecloudsdk.command_lib.ml.speech.resources:operation
|
|
|
|
output:
|
|
format: json
|