Google Cloud Document Ai V1 Client - Class DetectedLanguage (1.6.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class DetectedLanguage.

Detected language for a structural component.

Generated from protobuf message google.cloud.documentai.v1.Document.Page.DetectedLanguage

Namespace

Google \ Cloud \ DocumentAI \ V1 \ Document \ Page

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ language_code string

The BCP-47 language code, such as en-US or sr-Latn.

↳ confidence float

Confidence of detected language. Range [0, 1].

getLanguageCode

The BCP-47 language code, such as en-US or sr-Latn.

Returns
TypeDescription
string

setLanguageCode

The BCP-47 language code, such as en-US or sr-Latn.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getConfidence

Confidence of detected language. Range [0, 1].

Returns
TypeDescription
float

setConfidence

Confidence of detected language. Range [0, 1].

Parameter
NameDescription
var float
Returns
TypeDescription
$this