Interface RecognitionResponseMetadataOrBuilder (4.35.0)

public interface RecognitionResponseMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTotalBilledDuration()

public abstract Duration getTotalBilledDuration()

When available, billed audio seconds for the corresponding request.

.google.protobuf.Duration total_billed_duration = 6;

Returns
TypeDescription
Duration

The totalBilledDuration.

getTotalBilledDurationOrBuilder()

public abstract DurationOrBuilder getTotalBilledDurationOrBuilder()

When available, billed audio seconds for the corresponding request.

.google.protobuf.Duration total_billed_duration = 6;

Returns
TypeDescription
DurationOrBuilder

hasTotalBilledDuration()

public abstract boolean hasTotalBilledDuration()

When available, billed audio seconds for the corresponding request.

.google.protobuf.Duration total_billed_duration = 6;

Returns
TypeDescription
boolean

Whether the totalBilledDuration field is set.