Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ReceivePacketsResponse.
Response message from ReceivePackets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#control
def control() -> ::Google::Cloud::VisionAI::V1::ReceivePacketsControlResponse
Returns
- (::Google::Cloud::VisionAI::V1::ReceivePacketsControlResponse) — A control message from the server.
#control=
def control=(value) -> ::Google::Cloud::VisionAI::V1::ReceivePacketsControlResponse
Parameter
- value (::Google::Cloud::VisionAI::V1::ReceivePacketsControlResponse) — A control message from the server.
Returns
- (::Google::Cloud::VisionAI::V1::ReceivePacketsControlResponse) — A control message from the server.
#packet
def packet() -> ::Google::Cloud::VisionAI::V1::Packet
Returns
- (::Google::Cloud::VisionAI::V1::Packet) — A genuine data payload originating from the sender.
#packet=
def packet=(value) -> ::Google::Cloud::VisionAI::V1::Packet
Parameter
- value (::Google::Cloud::VisionAI::V1::Packet) — A genuine data payload originating from the sender.
Returns
- (::Google::Cloud::VisionAI::V1::Packet) — A genuine data payload originating from the sender.