public interface RecognitionResponseMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRequestId()
public abstract String getRequestId()
Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
String |
The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()
Global request identifier auto-generated by the API.
string request_id = 9 [(.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for requestId. |
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. |