Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ServerMetadata.
The message that represents server metadata.
Generated from protobuf message google.cloud.visionai.v1.ServerMetadata
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ offset
int|string
The offset position for the packet in its stream.
↳ ingest_time
Google\Protobuf\Timestamp
The timestamp at which the stream server receives this packet. This is based on the local clock of on the server side. It is guaranteed to be monotonically increasing for the packets within each session; however this timestamp is not comparable across packets sent to the same stream different sessions. Session here refers to one individual gRPC streaming request to the stream server.
getOffset
The offset position for the packet in its stream.
int|string
setOffset
The offset position for the packet in its stream.
var
int|string
$this
getIngestTime
The timestamp at which the stream server receives this packet. This is based on the local clock of on the server side. It is guaranteed to be monotonically increasing for the packets within each session; however this timestamp is not comparable across packets sent to the same stream different sessions. Session here refers to one individual gRPC streaming request to the stream server.
hasIngestTime
clearIngestTime
setIngestTime
The timestamp at which the stream server receives this packet. This is based on the local clock of on the server side. It is guaranteed to be monotonically increasing for the packets within each session; however this timestamp is not comparable across packets sent to the same stream different sessions. Session here refers to one individual gRPC streaming request to the stream server.
$this

