Interface AsyncRecognizeMetadataOrBuilder (4.31.0)

public interface AsyncRecognizeMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastUpdateTime()

public abstract Timestamp getLastUpdateTime()

Time of the most recent processing update.

.google.protobuf.Timestamp last_update_time = 3;

Returns
TypeDescription
Timestamp

getLastUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()

Time of the most recent processing update.

.google.protobuf.Timestamp last_update_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getProgressPercent()

public abstract int getProgressPercent()

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;

Returns
TypeDescription
int

getStartTime()

public abstract Timestamp getStartTime()

Time when the request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
Timestamp

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Time when the request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasLastUpdateTime()

public abstract boolean hasLastUpdateTime()

Time of the most recent processing update.

.google.protobuf.Timestamp last_update_time = 3;

Returns
TypeDescription
boolean

hasStartTime()

public abstract boolean hasStartTime()

Time when the request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
boolean