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
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/speech/v1/cloud_speech.proto

// Protobuf Java Version: 3.25.2
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; * * @return The progressPercent. */ int getProgressPercent(); /** * * *
   * Time when the request was received.
   * 
* * .google.protobuf.Timestamp start_time = 2; * * @return Whether the startTime field is set. */ boolean hasStartTime(); /** * * *
   * Time when the request was received.
   * 
* * .google.protobuf.Timestamp start_time = 2; * * @return The startTime. */ 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; * * @return Whether the lastUpdateTime field is set. */ boolean hasLastUpdateTime(); /** * * *
   * Time of the most recent processing update.
   * 
* * .google.protobuf.Timestamp last_update_time = 3; * * @return The lastUpdateTime. */ com.google.protobuf.Timestamp getLastUpdateTime(); /** * * *
   * Time of the most recent processing update.
   * 
* * .google.protobuf.Timestamp last_update_time = 3; */ com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder(); /** * * *
   * Output only. The URI of the audio file being transcribed. Empty if the
   * audio was sent as byte content.
   * 
* * string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The uri. */ java.lang.String getUri(); /** * * *
   * Output only. The URI of the audio file being transcribed. Empty if the
   * audio was sent as byte content.
   * 
* * string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for uri. */ com.google.protobuf.ByteString getUriBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy