Skip to content

Method: projects.calls.transcriptions.get

Retrieves a Transcription identified by the supplied resource name.

The caller must have voice.transcriptions.get permission on the project.

HTTP request

GET https://voice.api.enfonica.com/v1beta1/{name}

Path parameters

Parameters  
name string
The resource name of the Transcription to retrieve. Must be of the form projects/*/calls/*/transcriptions/*.

Query parameters

Parameters  
view enum (TranscriptionView)
Configuration of partial responses. Defaults to FULL.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Transcription.

TranscriptionView

Configuration of partial responses for the Transcription resource.

Enums  
TRANSCRIPTION_VIEW_UNSPECIFIED The default / unset value. The API will default to BASIC for ListTranscriptions and FULL for GetTranscription.
TRANSCRIPTION_VIEW_BASIC Includes all fields except [utterances][enfonica.voice.v1beta1.Transcription.utterances]. This is the default for ListTranscriptions.
TRANSCRIPTION_VIEW_FULL Includes all fields. This is the default for GetTranscription.