Interface RecognitionResponseMetadataOrBuilder (4.37.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
Type Description
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
Type Description
DurationOrBuilder

hasTotalBilledDuration()

public abstract boolean hasTotalBilledDuration()

When available, billed audio seconds for the corresponding request.

.google.protobuf.Duration total_billed_duration = 6;

Returns
Type Description
boolean

Whether the totalBilledDuration field is set.