A bounding polygon for the detected image annotation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#normalized_vertices
def normalized_vertices() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::NormalizedVertex>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::NormalizedVertex>) — The bounding polygon normalized vertices.
#normalized_vertices=
def normalized_vertices=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::NormalizedVertex>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::NormalizedVertex>) — The bounding polygon normalized vertices.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::NormalizedVertex>) — The bounding polygon normalized vertices.
#vertices
def vertices() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Vertex>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Vertex>) — The bounding polygon vertices.
#vertices=
def vertices=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Vertex>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::Vertex>) — The bounding polygon vertices.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Vertex>) — The bounding polygon vertices.