Reference documentation and code samples for the Google Apps Meet V2beta Client class Transcript.
Metadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.
Generated from protobuf message google.apps.meet.v2beta.Transcript
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ docs_destination |
Google\Apps\Meet\V2beta\DocsDestination
Output only. Where the Google Docs transcript is saved. |
↳ name |
string
Output only. Resource name of the transcript. Format: |
↳ state |
int
Output only. Current state. |
↳ start_time |
Google\Protobuf\Timestamp
Output only. Timestamp when the transcript started. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. Timestamp when the transcript stopped. |
getDocsDestination
Output only. Where the Google Docs transcript is saved.
Returns | |
---|---|
Type | Description |
Google\Apps\Meet\V2beta\DocsDestination|null |
hasDocsDestination
setDocsDestination
Output only. Where the Google Docs transcript is saved.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Meet\V2beta\DocsDestination
|
Returns | |
---|---|
Type | Description |
$this |
getName
Output only. Resource name of the transcript.
Format: conferenceRecords/{conference_record}/transcripts/{transcript}
,
where {transcript}
is a 1:1 mapping to each unique transcription session
of the conference.
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Resource name of the transcript.
Format: conferenceRecords/{conference_record}/transcripts/{transcript}
,
where {transcript}
is a 1:1 mapping to each unique transcription session
of the conference.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
Output only. Current state.
Returns | |
---|---|
Type | Description |
int |
setState
Output only. Current state.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Output only. Timestamp when the transcript started.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Output only. Timestamp when the transcript started.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. Timestamp when the transcript stopped.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. Timestamp when the transcript stopped.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getDestination
Returns | |
---|---|
Type | Description |
string |