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

com.google.cloud.speech.v1.LongRunningRecognizeMetadataOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.44.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/speech/v1/cloud_speech.proto

package com.google.cloud.speech.v1;

public interface LongRunningRecognizeMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.speech.v1.LongRunningRecognizeMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Approximate percentage of audio processed thus far. Guaranteed to be 100
   * when the audio is fully processed and the results are available.
   * 
* * int32 progress_percent = 1; */ int getProgressPercent(); /** *
   * Time when the request was received.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ boolean hasStartTime(); /** *
   * Time when the request was received.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ com.google.protobuf.Timestamp getStartTime(); /** *
   * Time when the request was received.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** *
   * Time of the most recent processing update.
   * 
* * .google.protobuf.Timestamp last_update_time = 3; */ boolean hasLastUpdateTime(); /** *
   * Time of the most recent processing update.
   * 
* * .google.protobuf.Timestamp last_update_time = 3; */ com.google.protobuf.Timestamp getLastUpdateTime(); /** *
   * Time of the most recent processing update.
   * 
* * .google.protobuf.Timestamp last_update_time = 3; */ com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy