Struct Word
Recognized word description.
Namespace: Recognissimo.Components
Assembly: Recognissimo.dll
Syntax
[Serializable]
public struct Word
Fields
conf
Confidence.
Declaration
public float conf
Field Value
Type | Description |
---|---|
System.Single |
end
End time of the word in seconds.
Declaration
public float end
Field Value
Type | Description |
---|---|
System.Single |
start
Start time of the word in seconds.
Declaration
public float start
Field Value
Type | Description |
---|---|
System.Single |
word
Recognized word.
Declaration
public string word
Field Value
Type | Description |
---|---|
System.String |