Reference documentation and code samples for the Google Apps Meet V2 Client class TranscriptEntry.
Single entry for one user’s speech during a transcript session.
Generated from protobuf message google.apps.meet.v2.TranscriptEntry
Namespace
Google \ Apps \ Meet \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}" |
↳ participant |
string
Output only. Refers to the participant who speaks. |
↳ text |
string
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change. |
↳ language_code |
string
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47) |
↳ start_time |
Google\Protobuf\Timestamp
Output only. Timestamp when the transcript entry started. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. Timestamp when the transcript entry ended. |
getName
Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getParticipant
Output only. Refers to the participant who speaks.
Returns | |
---|---|
Type | Description |
string |
setParticipant
Output only. Refers to the participant who speaks.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getText
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
Returns | |
---|---|
Type | Description |
string |
setText
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLanguageCode
Output only. Language of spoken text, such as "en-US".
IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
Returns | |
---|---|
Type | Description |
string |
setLanguageCode
Output only. Language of spoken text, such as "en-US".
IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Output only. Timestamp when the transcript entry started.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Output only. Timestamp when the transcript entry started.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. Timestamp when the transcript entry ended.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. Timestamp when the transcript entry ended.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |