Grammar Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. Grammar
- com.
Implements
public class Grammar
implements java.lang.AutoCloseable
Represents a generic grammar used to assist in improving speech recogniton accuracy. Note: close() must be called in order to release underlying resources held by the object.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
close()
Dispose of associated resources. |
static Grammar |
fromStorageId(String id)
Creates a Grammar from its storage Id. |
Safe |
getImpl()
Returns the internal grammar instance |
Methods inherited from java.lang.Object
Method Details
close
public void close()
Dispose of associated resources.
fromStorageId
public static Grammar fromStorageId(String id)
Creates a Grammar from its storage Id. Creating a grammar from a storage ID is only usable in specific scenarios and is not generally possible.
Parameters:
Returns:
getImpl
public SafeHandle getImpl()
Returns the internal grammar instance
Returns:
Applies to
Azure SDK for Java