TextAnnotation_DetectedBreak
class TextAnnotation_DetectedBreak extends Message
Detected start or end of a structural component.
Protobuf type Google\Cloud\Vision\V1\TextAnnotation\DetectedBreak
Methods
No description
Generated from protobuf field .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
Generated from protobuf field .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
True if break prepends the element.
True if break prepends the element.
Details
at line 29
__construct()
at line 38
int
getType()
Generated from protobuf field .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
at line 47
setType(int $var)
Generated from protobuf field .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
at line 59
bool
getIsPrefix()
True if break prepends the element.
Generated from protobuf field bool is_prefix = 2;
at line 70
setIsPrefix(bool $var)
True if break prepends the element.
Generated from protobuf field bool is_prefix = 2;