Struct TranscriptionSegment
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct TranscriptionSegment
Properties
EndTime
Declaration
public int EndTime { readonly get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Final
Declaration
public bool Final { readonly get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
FirstReceivedTime
Declaration
public long FirstReceivedTime { readonly get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
Id
Declaration
public string Id { readonly get; set; }
Property Value
| Type |
Description |
| System.String |
|
Language
Declaration
public string Language { readonly get; set; }
Property Value
| Type |
Description |
| System.String |
|
LastReceivedTime
Declaration
public long LastReceivedTime { readonly get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
StartTime
Declaration
public int StartTime { readonly get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Text
Declaration
public string Text { readonly get; set; }
Property Value
| Type |
Description |
| System.String |
|