All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.meet.v2.model.Transcript.html Maven / Gradle / Ivy

There is a newer version: v2-rev20240808-2.0.0
Show newest version






Transcript (Google Meet API v2-rev20240716-2.0.0)












com.google.api.services.meet.v2.model

Class Transcript

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class Transcript
    extends com.google.api.client.json.GenericJson
    Metadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Meet API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • Transcript

        public Transcript()
    • Method Detail

      • getDocsDestination

        public DocsDestination getDocsDestination()
        Output only. Where the Google Docs transcript is saved.
        Returns:
        value or null for none
      • setDocsDestination

        public Transcript setDocsDestination(DocsDestination docsDestination)
        Output only. Where the Google Docs transcript is saved.
        Parameters:
        docsDestination - docsDestination or null for none
      • getEndTime

        public String getEndTime()
        Output only. Timestamp when the transcript stopped.
        Returns:
        value or null for none
      • setEndTime

        public Transcript setEndTime(String endTime)
        Output only. Timestamp when the transcript stopped.
        Parameters:
        endTime - endTime or null for none
      • getName

        public String getName()
        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.
        Returns:
        value or null for none
      • setName

        public Transcript setName(String name)
        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.
        Parameters:
        name - name or null for none
      • getStartTime

        public String getStartTime()
        Output only. Timestamp when the transcript started.
        Returns:
        value or null for none
      • setStartTime

        public Transcript setStartTime(String startTime)
        Output only. Timestamp when the transcript started.
        Parameters:
        startTime - startTime or null for none
      • getState

        public String getState()
        Output only. Current state.
        Returns:
        value or null for none
      • setState

        public Transcript setState(String state)
        Output only. Current state.
        Parameters:
        state - state or null for none
      • set

        public Transcript set(String fieldName,
                              Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Transcript clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy