Uses of Class
com.azure.ai.documentintelligence.models.StringIndexType
Packages that use StringIndexType
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of StringIndexType in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as StringIndexTypeModifier and TypeFieldDescriptionstatic final StringIndexTypeStringIndexType.TEXT_ELEMENTSUser-perceived display character, or grapheme cluster, as defined by Unicode 8.0.0.static final StringIndexTypeStringIndexType.UNICODE_CODE_POINTCharacter unit represented by a single unicode code point.static final StringIndexTypeStringIndexType.UTF16_CODE_UNITCharacter unit represented by a 16-bit Unicode code unit.Methods in com.azure.ai.documentintelligence.models that return StringIndexTypeModifier and TypeMethodDescriptionstatic StringIndexTypeStringIndexType.fromString(String name) Creates or finds a StringIndexType from its string representation.AnalyzeBatchDocumentsOptions.getStringIndexType()Gets the string index type.AnalyzeDocumentOptions.getStringIndexType()Gets the string index type.AnalyzeResult.getStringIndexType()Get the stringIndexType property: Method used to compute string offset and length.ClassifyDocumentOptions.getStringIndexType()Gets the string index type.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type StringIndexTypeModifier and TypeMethodDescriptionstatic Collection<StringIndexType> StringIndexType.values()Gets known StringIndexType values.Methods in com.azure.ai.documentintelligence.models with parameters of type StringIndexTypeModifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.setStringIndexType(StringIndexType stringIndexType) Sets the string index type.AnalyzeDocumentOptions.setStringIndexType(StringIndexType stringIndexType) Sets the string index type.ClassifyDocumentOptions.setStringIndexType(StringIndexType stringIndexType) Sets the string index type.