Class google.cloud.speech.v1.WordInfo (4.1.3)

Represents a WordInfo.

Package

@google-cloud/speech!

Constructors

(constructor)(properties)

  constructor 
 ( 
 properties 
 ?: 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 IWordInfo 
 ); 
 

Constructs a new WordInfo.

Parameter
Name Description
properties IWordInfo

Properties to set

Properties

endTime

  public 
  
 endTime 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 IDuration 
 | 
 null 
 ); 
 

WordInfo endTime.

Property Value
Type Description
( google.protobuf.IDuration |null)

speakerTag

  public 
  
 speakerTag 
 : 
  
 number 
 ; 
 

WordInfo speakerTag.

Property Value
Type Description
number

startTime

  public 
  
 startTime 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 IDuration 
 | 
 null 
 ); 
 

WordInfo startTime.

Property Value
Type Description
( google.protobuf.IDuration |null)

word

  public 
  
 word 
 : 
  
 string 
 ; 
 

WordInfo word.

Property Value
Type Description
string

Methods

create(properties)

  public 
  
 static 
  
 create 
 ( 
 properties 
 ?: 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 IWordInfo 
 ) 
 : 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 WordInfo 
 ; 
 

Creates a new WordInfo instance using the specified properties.

Parameter
Name Description
properties IWordInfo

Properties to set

Returns
Type Description
WordInfo

WordInfo instance

decode(reader, length)

  public 
  
 static 
  
 decode 
 ( 
 reader 
 : 
  
 ( 
 $protobuf 
 . 
 Reader 
 | 
 Uint8Array 
 ), 
  
 length 
 ?: 
  
 number 
 ) 
 : 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 WordInfo 
 ; 
 

Decodes a WordInfo message from the specified reader or buffer.

Parameters
Name Description
reader ($protobuf. Reader | Uint8Array )

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
Type Description
WordInfo

WordInfo

decodeDelimited(reader)

  public 
  
 static 
  
 decodeDelimited 
 ( 
 reader 
 : 
  
 ( 
 $protobuf 
 . 
 Reader 
 | 
 Uint8Array 
 )) 
 : 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 WordInfo 
 ; 
 

Decodes a WordInfo message from the specified reader or buffer, length delimited.

Parameter
Name Description
reader ($protobuf. Reader | Uint8Array )

Reader or buffer to decode from

Returns
Type Description
WordInfo

WordInfo

encode(message, writer)

  public 
  
 static 
  
 encode 
 ( 
 message 
 : 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 IWordInfo 
 , 
  
 writer 
 ?: 
  
 $protobuf 
 . 
 Writer 
 ) 
 : 
  
 $protobuf 
 . 
 Writer 
 ; 
 

Encodes the specified WordInfo message. Does not implicitly verify messages.

Parameters
Name Description
message IWordInfo

WordInfo message or plain object to encode

writer $protobuf. Writer

Writer to encode to

Returns
Type Description
$protobuf. Writer

Writer

encodeDelimited(message, writer)

  public 
  
 static 
  
 encodeDelimited 
 ( 
 message 
 : 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 IWordInfo 
 , 
  
 writer 
 ?: 
  
 $protobuf 
 . 
 Writer 
 ) 
 : 
  
 $protobuf 
 . 
 Writer 
 ; 
 

Encodes the specified WordInfo message, length delimited. Does not implicitly verify messages.

Parameters
Name Description
message IWordInfo

WordInfo message or plain object to encode

writer $protobuf. Writer

Writer to encode to

Returns
Type Description
$protobuf. Writer

Writer

fromObject(object)

  public 
  
 static 
  
 fromObject 
 ( 
 object 
 : 
  
 { 
  
 [ 
 k 
 : 
  
 string 
 ] 
 : 
  
 any 
  
 }) 
 : 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 WordInfo 
 ; 
 

Creates a WordInfo message from a plain object. Also converts values to their respective internal types.

Parameter
Name Description
object { [k: string]: any }

Plain object

Returns
Type Description
WordInfo

WordInfo

toJSON()

  public 
  
 toJSON 
 () 
 : 
  
 { 
  
 [ 
 k 
 : 
  
 string 
 ] 
 : 
  
 any 
  
 }; 
 

Converts this WordInfo to JSON.

Returns
Type Description
{ [k: string]: any }

JSON object

toObject(message, options)

  public 
  
 static 
  
 toObject 
 ( 
 message 
 : 
  
 google 
 . 
 cloud 
 . 
 speech 
 . 
 v1 
 . 
 WordInfo 
 , 
  
 options 
 ?: 
  
 $protobuf 
 . 
 IConversionOptions 
 ) 
 : 
  
 { 
  
 [ 
 k 
 : 
  
 string 
 ] 
 : 
  
 any 
  
 }; 
 

Creates a plain object from a WordInfo message. Also converts values to other types if specified.

Parameters
Name Description
message WordInfo

WordInfo

options $protobuf. IConversionOptions

Conversion options

Returns
Type Description
{ [k: string]: any }

Plain object

verify(message)

  public 
  
 static 
  
 verify 
 ( 
 message 
 : 
  
 { 
  
 [ 
 k 
 : 
  
 string 
 ] 
 : 
  
 any 
  
 }) 
 : 
  
 ( 
 string 
 | 
 null 
 ); 
 

Verifies a WordInfo message.

Parameter
Name Description
message { [k: string]: any }

Plain object to verify

Returns
Type Description
(string|null)

null if valid, otherwise the reason why it is not

Design a Mobile Site
View Site in Mobile | Classic
Share by: