Google Apps Meet V2beta Client - Class TranscriptEntry (0.1.0)

Reference documentation and code samples for the Google Apps Meet V2beta Client class TranscriptEntry.

Developer Preview .

Single entry for one user’s speech during a transcript session.

Generated from protobuf message google.apps.meet.v2beta.TranscriptEntry

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__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. Refer 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. Refer to the participant who speaks.

Returns
Type
Description
string

setParticipant

Output only. Refer 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

hasStartTime

clearStartTime

setStartTime

Output only. Timestamp when the transcript entry started.

Parameter
Name
Description
Returns
Type
Description
$this

getEndTime

Output only. Timestamp when the transcript entry ended.

Returns
Type
Description

hasEndTime

clearEndTime

setEndTime

Output only. Timestamp when the transcript entry ended.

Parameter
Name
Description
Returns
Type
Description
$this