Google Meet V2 API - Class Google::Apps::Meet::V2::TranscriptEntry (v0.2.0)

Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::TranscriptEntry.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#language_code

def language_code() -> ::String
Returns
  • (::String) — Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)

#name

def name() -> ::String
Returns
  • (::String) — Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"

#participant

def participant() -> ::String
Returns
  • (::String) — Output only. Refers to the participant who speaks.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#text

def text() -> ::String
Returns
  • (::String) — Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.