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
NameDescription
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
TypeDescription
string

setName

Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParticipant

Output only. Refer to the participant who speaks.

Returns
TypeDescription
string

setParticipant

Output only. Refer to the participant who speaks.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getLanguageCode

Output only. Language of spoken text, such as "en-US".

IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)

Returns
TypeDescription
string

setLanguageCode

Output only. Language of spoken text, such as "en-US".

IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

Output only. Timestamp when the transcript entry started.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. Timestamp when the transcript entry started.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Output only. Timestamp when the transcript entry ended.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. Timestamp when the transcript entry ended.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this