KnowledgeSource Class
- java.
lang. Object - com.
azure. ai. contentunderstanding. models. KnowledgeSource
- com.
Implements
public class KnowledgeSource
implements JsonSerializable<KnowledgeSource>
Knowledge source.
Constructor Summary
| Constructor | Description |
|---|---|
| KnowledgeSource() |
Creates an instance of Knowledge |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromJson(JsonReader jsonReader)
Reads an instance of Knowledge |
|
Knowledge |
getKind()
Get the kind property: The kind of knowledge source. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
KnowledgeSource
public KnowledgeSource()
Creates an instance of KnowledgeSource class.
Method Details
fromJson
public static KnowledgeSource fromJson(JsonReader jsonReader)
Reads an instance of KnowledgeSource from the JsonReader.
Parameters:
Returns:
Throws:
getKind
public KnowledgeSourceKind getKind()
Get the kind property: The kind of knowledge source.
Returns: