Cloud Video Intelligence V1 Client - Class TextSegment (2.0.5)

Reference documentation and code samples for the Cloud Video Intelligence V1 Client class TextSegment.

Video segment level annotation results for text detection.

Generated from protobuf message google.cloud.videointelligence.v1.TextSegment

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ segment
VideoSegment

Video segment where a text snippet was detected.

↳ confidence
float

Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.

↳ frames
array< TextFrame >

Information related to the frames where OCR detected text appears.

getSegment

Video segment where a text snippet was detected.

Returns
Type
Description
VideoSegment |null

hasSegment

clearSegment

setSegment

Video segment where a text snippet was detected.

Parameter
Name
Description
Returns
Type
Description
$this

getConfidence

Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.

Returns
Type
Description
float

setConfidence

Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.

Parameter
Name
Description
var
float
Returns
Type
Description
$this

getFrames

Information related to the frames where OCR detected text appears.

Returns
Type
Description

setFrames

Information related to the frames where OCR detected text appears.

Parameter
Name
Description
var
array< TextFrame >
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: