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
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the transcript entry ended.
#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
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the transcript entry started.
#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.