Cloud Video Intelligence V1 Client - Class TextSegment (1.15.4)

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 Google\Cloud\VideoIntelligence\V1\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<Google\Cloud\VideoIntelligence\V1\TextFrame>

Information related to the frames where OCR detected text appears.

getSegment

Video segment where a text snippet was detected.

Returns
Type Description
Google\Cloud\VideoIntelligence\V1\VideoSegment|null

hasSegment

clearSegment

setSegment

Video segment where a text snippet was detected.

Parameter
Name Description
var Google\Cloud\VideoIntelligence\V1\VideoSegment
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
Google\Protobuf\Internal\RepeatedField

setFrames

Information related to the frames where OCR detected text appears.

Parameter
Name Description
var array<Google\Cloud\VideoIntelligence\V1\TextFrame>
Returns
Type Description
$this