Interface TranscriptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Transcription, Transcription.Builder

@Generated public interface TranscriptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Optional.
    Optional.
    com.google.protobuf.ByteString
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getText

      String getText()
       Optional. Transcription text.
       
      string text = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
       Optional. Transcription text.
       
      string text = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for text.
    • getFinished

      boolean getFinished()
       Optional. The bool indicates the end of the transcription.
       
      bool finished = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The finished.