Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::Transcript.
Developer Preview. Metadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#docs_destination
def docs_destination() -> ::Google::Apps::Meet::V2beta::DocsDestination
Returns
- (::Google::Apps::Meet::V2beta::DocsDestination) — Output only. Where the Google Docs transcript is saved.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the transcript stopped.
#name
def name() -> ::String
Returns
-
(::String) — Output only. Resource name of the transcript.
Format:
conferenceRecords/{conference_record}/transcripts/{transcript}
, where{transcript}
is a 1:1 mapping to each unique transcription session of the conference.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the transcript started.
#state
def state() -> ::Google::Apps::Meet::V2beta::Transcript::State
Returns
- (::Google::Apps::Meet::V2beta::Transcript::State) — Output only. Current state.