Interface TopicDetectionResult.TextStage
-
- All Known Implementing Classes:
TopicDetectionResult.Builder
- Enclosing class:
- TopicDetectionResult
public static interface TopicDetectionResult.TextStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicDetectionResult.Builderfrom(TopicDetectionResult other)TopicDetectionResult._FinalStagetext(java.lang.String text)
-
-
-
Method Detail
-
text
TopicDetectionResult._FinalStage text(java.lang.String text)
-
from
TopicDetectionResult.Builder from(TopicDetectionResult other)
-
-