Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::SendPacketsRequest.
Request message for sending packets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metadata
def metadata() -> ::Google::Cloud::VisionAI::V1::RequestMetadata
Returns
- (::Google::Cloud::VisionAI::V1::RequestMetadata) — The first message of the streaming rpc including the request metadata.
#metadata=
def metadata=(value) -> ::Google::Cloud::VisionAI::V1::RequestMetadata
Parameter
- value (::Google::Cloud::VisionAI::V1::RequestMetadata) — The first message of the streaming rpc including the request metadata.
Returns
- (::Google::Cloud::VisionAI::V1::RequestMetadata) — The first message of the streaming rpc including the request metadata.
#packet
def packet() -> ::Google::Cloud::VisionAI::V1::Packet
Returns
- (::Google::Cloud::VisionAI::V1::Packet) — Packets sent over the streaming rpc.
#packet=
def packet=(value) -> ::Google::Cloud::VisionAI::V1::Packet
Parameter
- value (::Google::Cloud::VisionAI::V1::Packet) — Packets sent over the streaming rpc.
Returns
- (::Google::Cloud::VisionAI::V1::Packet) — Packets sent over the streaming rpc.