'Declaration<DispIdAttribute(107)> Function GetCharacterAlternativeValue( _ ByVal OCRResultID As String, _ ByVal CharacterIdx As Integer, _ ByVal AlternativeIdx As Integer _ ) As String
[DispId(107)] string GetCharacterAlternativeValue( string OCRResultID, int CharacterIdx, int AlternativeIdx )
function GetCharacterAlternativeValue(
OCRResultID: String;
CharacterIdx: Integer;
AlternativeIdx: Integer
): String;
DispIdAttribute(107) function GetCharacterAlternativeValue( OCRResultID : String, CharacterIdx : int, AlternativeIdx : int ) : String;
[DispId(107)] string* GetCharacterAlternativeValue( string* OCRResultID, int CharacterIdx, int AlternativeIdx )
[DispId(107)] String^ GetCharacterAlternativeValue( String^ OCRResultID, int CharacterIdx, int AlternativeIdx )
Parameters
- OCRResultID
- CharacterIdx
- AlternativeIdx
